mirror of
https://github.com/meineerde/redmine.git
synced 2026-02-03 23:53:23 +00:00
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
Description
No description provided
Languages
Ruby
78.2%
HTML
15.5%
JavaScript
3.7%
CSS
2.2%
Perl
0.3%
Other
0.1%