From 6422f8b4633b773733ff0f2c4785979e4c515552 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Wed, 9 Nov 2005 14:03:54 +0000 Subject: Increase criticality in comment for ENV["RAILS_ENV"] git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@2953 5ecf4fe2-1ee6-0310-87b1-e25e094e27de --- railties/environments/environment.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'railties') diff --git a/railties/environments/environment.rb b/railties/environments/environment.rb index 1ead71b75c..a8dfe25074 100644 --- a/railties/environments/environment.rb +++ b/railties/environments/environment.rb @@ -2,7 +2,7 @@ # Uncomment below to force Rails into production mode # (Use only when you can't set environment variables through your web/app server) -# ENV['RAILS_ENV'] ||= 'production' +# ENV['RAILS_ENV'] ||= 'production' # Keep the ||=, don't use =, or tests will wipe production db # Bootstrap the Rails environment, frameworks, and default configuration require File.join(File.dirname(__FILE__), 'boot') -- cgit v1.2.3