aboutsummaryrefslogtreecommitdiffstats
path: root/railties/CHANGELOG.md
diff options
context:
space:
mode:
authorkennyj <kennyj@gmail.com>2012-12-06 02:05:33 +0900
committerkennyj <kennyj@gmail.com>2012-12-06 02:05:33 +0900
commita7695579a5979245f7d5e683a67bbfc096f3099a (patch)
tree07955176072c0881e71dfc782fbb3d730560a262 /railties/CHANGELOG.md
parent396c0681acab95a58f0583d722f488b5b01398d8 (diff)
downloadrails-a7695579a5979245f7d5e683a67bbfc096f3099a.tar.gz
rails-a7695579a5979245f7d5e683a67bbfc096f3099a.tar.bz2
rails-a7695579a5979245f7d5e683a67bbfc096f3099a.zip
Add ENV['RACK_ENV'] support to rake runner/console/server.
Diffstat (limited to 'railties/CHANGELOG.md')
-rw-r--r--railties/CHANGELOG.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/railties/CHANGELOG.md b/railties/CHANGELOG.md
index c3da3094dc..01dd86c23e 100644
--- a/railties/CHANGELOG.md
+++ b/railties/CHANGELOG.md
@@ -1,5 +1,9 @@
## Rails 4.0.0 (unreleased) ##
+* Add ENV['RACK_ENV'] support to `rails runner/console/server`.
+
+ *kennyj*
+
* Add `db` to list of folders included by `rake notes` and `rake notes:custom`. *Antonio Cangiano*
* Engines with a dummy app include the rake tasks of dependencies in the app namespace.