##// END OF EJS Templates
Forces Redmine to use rails 2.0.2 gem when vendor/rails is not present....
Jean-Philippe Lang -
r1351:c72b53a8fa3c
parent child
Show More
@@ -4,6 +4,9
4 4 # you don't control web/app server and can't set it the proper way
5 5 # ENV['RAILS_ENV'] ||= 'production'
6 6
7 # Specifies gem version of Rails to use when vendor/rails is not present
8 RAILS_GEM_VERSION = '2.0.2' unless defined? RAILS_GEM_VERSION
9
7 10 # Bootstrap the Rails environment, frameworks, and default configuration
8 11 require File.join(File.dirname(__FILE__), 'boot')
9 12
General Comments 0
You need to be logged in to leave comments. Login now