aboutsummaryrefslogtreecommitdiffstats
path: root/railties/CHANGELOG.md
diff options
context:
space:
mode:
authorJeremy Kemper <jeremykemper@gmail.com>2015-03-20 08:13:48 -0700
committerJeremy Kemper <jeremykemper@gmail.com>2015-03-20 08:13:48 -0700
commita4e7a6f9d63b93fff4ba78a32a930d1f5f97da29 (patch)
treee4cd1e47d007b2fffc9f7ed5695fc53bcaf9e9ab /railties/CHANGELOG.md
parentadae55f4764cae241a8dc1ef9ba51611bb53a679 (diff)
downloadrails-a4e7a6f9d63b93fff4ba78a32a930d1f5f97da29.tar.gz
rails-a4e7a6f9d63b93fff4ba78a32a930d1f5f97da29.tar.bz2
rails-a4e7a6f9d63b93fff4ba78a32a930d1f5f97da29.zip
Revert "Merge pull request #19411 from dmathieu/rack_env_changelog"
Preserving RACK_ENV behavior. This reverts commit b19990c82c6a9beff0cd058dc2ff67894a2f9ea7, reversing changes made to ac291b76ea770b5795c767f2f74a8d0b33744809.
Diffstat (limited to 'railties/CHANGELOG.md')
-rw-r--r--railties/CHANGELOG.md7
1 files changed, 0 insertions, 7 deletions
diff --git a/railties/CHANGELOG.md b/railties/CHANGELOG.md
index f1fa3c4bf2..f4a8cf86b6 100644
--- a/railties/CHANGELOG.md
+++ b/railties/CHANGELOG.md
@@ -1,10 +1,3 @@
-* Don't fallback to using `RACK_ENV` when `RAILS_ENV` is not present.
-
- RACK_ENV does not have the same meaning as RAILS_ENV, and cannot be used as a fallback.
- See http://www.hezmatt.org/~mpalmer/blog/2013/10/13/rack_env-its-not-for-you.html
-
- *Damien Mathieu*
-
* Add a new-line to the end of route method generated code.
We need to add a `\n`, because we cannot have two routes