diff options
author | David Heinemeier Hansson <david@loudthinking.com> | 2008-11-30 14:44:56 -0600 |
---|---|---|
committer | David Heinemeier Hansson <david@loudthinking.com> | 2008-11-30 14:44:56 -0600 |
commit | 5c26b2e47bba39055c138c36eaf5e43ee7fe0ffb (patch) | |
tree | 53eaf2dd84f44b6e27bcdeae34293fa9e33891b8 | |
parent | cfb2126726f34baedfab971785ad7ff19a7f54ce (diff) | |
download | rails-5c26b2e47bba39055c138c36eaf5e43ee7fe0ffb.tar.gz rails-5c26b2e47bba39055c138c36eaf5e43ee7fe0ffb.tar.bz2 rails-5c26b2e47bba39055c138c36eaf5e43ee7fe0ffb.zip |
Its no longer common to run Rails in environments where you cant set the environment to be the production one. Dont need a notice telling about the ENV var that prominently any more
-rw-r--r-- | railties/environments/environment.rb | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/railties/environments/environment.rb b/railties/environments/environment.rb index 5cb201401b..1d27df2372 100644 --- a/railties/environments/environment.rb +++ b/railties/environments/environment.rb @@ -1,9 +1,5 @@ # Be sure to restart your 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 <%= '# ' if freeze %>RAILS_GEM_VERSION = '<%= Rails::VERSION::STRING %>' unless defined? RAILS_GEM_VERSION |