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.
Authored by: edavis10 2009-10-07
Parent: [r2903]
Child: [r2905]