Skip to content

Commit 2e1356f

Browse files
author
Paul Kelly
committed
Fixed rails version to 2.3.2
1 parent 19b5c30 commit 2e1356f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

config/environment.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Be sure to restart your server when you modify this file
22

33
# Specifies gem version of Rails to use when vendor/rails is not present
4-
RAILS_GEM_VERSION = '2.3.5' unless defined? RAILS_GEM_VERSION
4+
RAILS_GEM_VERSION = '2.3.2' unless defined? RAILS_GEM_VERSION
55

66
# Bootstrap the Rails environment, frameworks, and default configuration
77
require File.join(File.dirname(__FILE__), 'boot')

config/initializers/new_rails_defaults.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
ActiveRecord::Base.store_full_sti_class = true
1212
end
1313

14-
ActionController::Routing.generate_best_match = false
14+
#ActionController::Routing.generate_best_match = false
1515

1616
# Use ISO 8601 format for JSON serialized times and dates.
1717
ActiveSupport.use_standard_json_time_format = true

0 commit comments

Comments
 (0)