Commit cd7e3374b6d353154155a866a2252f4a44d4114b

Authored by Georg GH. Hopp
1 parent edb3508c

change to run on rails 2.3.14

Showing 1 changed file with 2 additions and 2 deletions
1 # Be sure to restart your server when you modify this file 1 # Be sure to restart your server when you modify this file
2 2
3 # Specifies gem version of Rails to use when vendor/rails is not present 3 # Specifies gem version of Rails to use when vendor/rails is not present
4 -RAILS_GEM_VERSION = '2.3.11' unless defined? RAILS_GEM_VERSION 4 +RAILS_GEM_VERSION = '2.3.14' unless defined? RAILS_GEM_VERSION
5 5
6 # Bootstrap the Rails environment, frameworks, and default configuration 6 # Bootstrap the Rails environment, frameworks, and default configuration
7 require File.join(File.dirname(__FILE__), 'boot') 7 require File.join(File.dirname(__FILE__), 'boot')
@@ -38,4 +38,4 @@ Rails::Initializer.run do |config| @@ -38,4 +38,4 @@ Rails::Initializer.run do |config|
38 # The default locale is :en and all translations from config/locales/*.rb,yml are auto loaded. 38 # The default locale is :en and all translations from config/locales/*.rb,yml are auto loaded.
39 # config.i18n.load_path += Dir[Rails.root.join('my', 'locales', '*.{rb,yml}')] 39 # config.i18n.load_path += Dir[Rails.root.join('my', 'locales', '*.{rb,yml}')]
40 # config.i18n.default_locale = :de 40 # config.i18n.default_locale = :de
41 -end  
  41 +end
Please register or login to post a comment