aboutsummaryrefslogtreecommitdiffstats
path: root/railties/CHANGELOG
diff options
context:
space:
mode:
authorDavid Heinemeier Hansson <david@loudthinking.com>2005-11-09 15:11:55 +0000
committerDavid Heinemeier Hansson <david@loudthinking.com>2005-11-09 15:11:55 +0000
commit5c48a89a7f6f42391522a9ddaacee52a1843db5f (patch)
treea69805bbf1b082b73e21181a145d2360d653b0fd /railties/CHANGELOG
parent6422f8b4633b773733ff0f2c4785979e4c515552 (diff)
downloadrails-5c48a89a7f6f42391522a9ddaacee52a1843db5f.tar.gz
rails-5c48a89a7f6f42391522a9ddaacee52a1843db5f.tar.bz2
rails-5c48a89a7f6f42391522a9ddaacee52a1843db5f.zip
Force RAILS_ENV to be "test" when running tests, so that ENV["RAILS_ENV"] = "production" in config/environment.rb doesnt wreck havok [DHH] (closes #2660)
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@2955 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'railties/CHANGELOG')
-rw-r--r--railties/CHANGELOG2
1 files changed, 2 insertions, 0 deletions
diff --git a/railties/CHANGELOG b/railties/CHANGELOG
index d5035a68d9..4a02b8c226 100644
--- a/railties/CHANGELOG
+++ b/railties/CHANGELOG
@@ -1,5 +1,7 @@
*SVN*
+* Force RAILS_ENV to be "test" when running tests, so that ENV["RAILS_ENV"] = "production" in config/environment.rb doesn't wreck havok [DHH] #2660
+
* Correct versioning in :freeze_gems Rake task. #2778 [jakob@mentalized.net, Jeremy Kemper]
* Added an omnipresent RailsInfoController with a properties action that delivers an HTML rendering of Rails::Info (but only when local_request? is true). Added a new default index.html which fetches this with Ajax. [Sam Stephenson]