ChiliProject is not maintained anymore. Please be advised that there will be no more updates.
We do not recommend that you setup new ChiliProject instances and we urge all existing users to migrate their data to a maintained system, e.g. Redmine. We will provide a migration script later. In the meantime, you can use the instructions by Christian Daehn.
Revision bcbf0801
ID: bcbf08017a5f038a61b4af693042bec9f1100953
Upgrade the Engines plugin to get the bugfix for Rails::Plugin::GemLocator
This update will allow Rails Engines to be installed as gems. For example:
- config/environment.rb
Rails::Initializer.run do |config|
...
config.gem 'timesheet_plugin'
end
Will load the timesheet_plugins's RubyGem and allow it to work as if it was
installed to vendor/plugins.
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@2904 e93f8b46-1217-0410-a6f0-8f06a7374b81