diff options
-rw-r--r-- | config/environment.rb | 2 |
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 |