aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorfrancis <francis>2007-12-13 01:54:10 +0000
committerfrancis <francis>2007-12-13 01:54:10 +0000
commitfa391aaf42ee8a9eb18d7bb5edb86528ee73938f (patch)
tree79a8248631391cdf58d4b79cb731c30683e7115a
parent272b18f3b770741e0329325d64c99f094a256f51 (diff)
Hmm
-rw-r--r--config/environment.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/config/environment.rb b/config/environment.rb
index ccf4c9ed6..43e4ce9e1 100644
--- a/config/environment.rb
+++ b/config/environment.rb
@@ -3,6 +3,8 @@
# Uncomment below to force Rails into production mode when
# you don't control web/app server and can't set it the proper way
+# (Hmmm, that's a bit daft - as well as setting it in the web server,
+# it also needs setting in all the scripts, so actually this is a good place)
# ENV['RAILS_ENV'] ||= 'production'
# Specifies gem version of Rails to use when vendor/rails is not present