aboutsummaryrefslogtreecommitdiffstats
path: root/railties/CHANGELOG.md
diff options
context:
space:
mode:
authoryuuji.yaginuma <yuuji.yaginuma@gmail.com>2019-03-16 09:57:12 +0900
committeryuuji.yaginuma <yuuji.yaginuma@gmail.com>2019-03-16 10:02:06 +0900
commit6f94260ac67755fbc4d89e7dd9ba6be04abfa9e7 (patch)
treeff5638bfc76958caad9298b2866241ef82be7980 /railties/CHANGELOG.md
parenta47c84d584777238a6955e3a08436577c471af0f (diff)
downloadrails-6f94260ac67755fbc4d89e7dd9ba6be04abfa9e7.tar.gz
rails-6f94260ac67755fbc4d89e7dd9ba6be04abfa9e7.tar.bz2
rails-6f94260ac67755fbc4d89e7dd9ba6be04abfa9e7.zip
Add -e/--environment option to `rails initializers`
This allows specifying the environment as would any other rails commands.
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 8163b282aa..264e72bc59 100644
--- a/railties/CHANGELOG.md
+++ b/railties/CHANGELOG.md
@@ -1,3 +1,7 @@
+* Add `-e/--environment` option to `rails initializers`.
+
+ *Yuji Yaginuma*
+
## Rails 6.0.0.beta3 (March 11, 2019) ##
* No changes.