Menu

Commit [r2904]  Maximize  Restore  History

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.

edavis10 2009-10-07

changed /trunk/vendor/plugins/engines/boot.rb
changed /trunk/vendor/plugins/engines/generators/plugin_migration/plugin_migration_generator.rb
/trunk/vendor/plugins/engines/boot.rb Diff Switch to side-by-side view
Loading...
/trunk/vendor/plugins/engines/generators/plugin_migration/plugin_migration_generator.rb Diff Switch to side-by-side view
Loading...