##// END OF EJS Templates
Makes the app boot with Rails 2.2.2...
Makes the app boot with Rails 2.2.2 git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@2227 e93f8b46-1217-0410-a6f0-8f06a7374b81

File last commit:

r1609:7cdd88a6ce36
r2225:2644141a3692
Show More
30-redmine.rb
7 lines | 179 B | text/x-ruby | RubyLexer
GLoc.set_config :default_language => :en
GLoc.clear_strings
GLoc.set_kcode
GLoc.load_localized_strings
GLoc.set_config(:raise_string_not_found_errors => false)
require 'redmine'