]> source.dussan.org Git - redmine.git/commit
Upgrade the Engines plugin to get the bugfix for Rails::Plugin::GemLocator
authorEric Davis <edavis@littlestreamsoftware.com>
Wed, 7 Oct 2009 16:43:50 +0000 (16:43 +0000)
committerEric Davis <edavis@littlestreamsoftware.com>
Wed, 7 Oct 2009 16:43:50 +0000 (16:43 +0000)
commitbcbf08017a5f038a61b4af693042bec9f1100953
tree627d93bbe1ef69bee59dda4945b6096e197303e6
parent4e811bebd1eb761a29603f1b8b1b3fdf5b8e4331
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
vendor/plugins/engines/boot.rb
vendor/plugins/engines/generators/plugin_migration/plugin_migration_generator.rb