aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorfrancis <francis>2007-11-27 11:22:07 +0000
committerfrancis <francis>2007-11-27 11:22:07 +0000
commite7ca138e93cce427fb69dc1b9eca5099aa52ea17 (patch)
tree89e0ade388ffac15521b996b7ab999c3ed694ba5
parentd7c9371fe88c0d6a4a5759684392d7f4867050c3 (diff)
We're using rails 1.2.5, as that is what is in Debian Etch.
-rw-r--r--config/environment.rb3
1 files changed, 2 insertions, 1 deletions
diff --git a/config/environment.rb b/config/environment.rb
index ad696e2b9..42f44efed 100644
--- a/config/environment.rb
+++ b/config/environment.rb
@@ -1,11 +1,12 @@
# Be sure to restart your web server when you modify this file.
+
# Uncomment below to force Rails into production mode when
# you don't control web/app server and can't set it the proper way
# ENV['RAILS_ENV'] ||= 'production'
# Specifies gem version of Rails to use when vendor/rails is not present
-RAILS_GEM_VERSION = '1.2.1' unless defined? RAILS_GEM_VERSION
+RAILS_GEM_VERSION = '1.2.5' unless defined? RAILS_GEM_VERSION
# Bootstrap the Rails environment, frameworks, and default configuration
require File.join(File.dirname(__FILE__), 'boot')