comparison config/environment.rb @ 1134:579587187b77 live

Update for security fix
author Chris Cannam <chris.cannam@soundsoftware.ac.uk>
date Wed, 09 Jan 2013 17:40:37 +0000
parents b665182d9dd9
children 16826c3afbba 68a94715fb56
comparison
equal deleted inserted replaced
1107:4f45ab104990 1134:579587187b77
3 # Uncomment below to force Rails into production mode when 3 # Uncomment below to force Rails into production mode when
4 # you don't control web/app server and can't set it the proper way 4 # you don't control web/app server and can't set it the proper way
5 # ENV['RAILS_ENV'] ||= 'production' 5 # ENV['RAILS_ENV'] ||= 'production'
6 6
7 # Specifies gem version of Rails to use when vendor/rails is not present 7 # Specifies gem version of Rails to use when vendor/rails is not present
8 RAILS_GEM_VERSION = '2.3.14' unless defined? RAILS_GEM_VERSION 8 RAILS_GEM_VERSION = '2.3.15' unless defined? RAILS_GEM_VERSION
9 9
10 if RUBY_VERSION >= '1.9' 10 if RUBY_VERSION >= '1.9'
11 Encoding.default_external = 'UTF-8' 11 Encoding.default_external = 'UTF-8'
12 end 12 end
13 13