##// END OF EJS Templates
Manually require i18n 0.4.2 before Rails tries to load the most recent gem (#7013)....
Manually require i18n 0.4.2 before Rails tries to load the most recent gem (#7013). This workaround makes Redmine work even if i18n 0.5.0 gem is installed. git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@4516 e93f8b46-1217-0410-a6f0-8f06a7374b81

File last commit:

r2430:fe28193e4eb9
r4402:3c1576e364c9
Show More
30-redmine.rb
3 lines | 46 B | text/x-ruby | RubyLexer
I18n.default_locale = 'en'
require 'redmine'