aboutsummaryrefslogtreecommitdiffstats
path: root/railties/CHANGELOG.md
diff options
context:
space:
mode:
authoryuuji.yaginuma <yuuji.yaginuma@gmail.com>2017-07-09 10:13:11 +0900
committeryuuji.yaginuma <yuuji.yaginuma@gmail.com>2017-07-09 13:18:56 +0900
commite12715bfd55831a84e9398280fb294d9136ede2e (patch)
treee268d9b721d436291a5b7278368a60ddb1cb1cee /railties/CHANGELOG.md
parent650ea5e5cf50d8a7242499463cf1762922d330a8 (diff)
downloadrails-e12715bfd55831a84e9398280fb294d9136ede2e.tar.gz
rails-e12715bfd55831a84e9398280fb294d9136ede2e.tar.bz2
rails-e12715bfd55831a84e9398280fb294d9136ede2e.zip
Load environment file in `dbconsole` command
Currently the environment file is not loaded in `dbconsole` command. Therefore, for example, if use encrypted secrets values in database.yml, `read_encrypted_secrets` will not be true, so the value can not be used correctly. Fixes #29717
Diffstat (limited to 'railties/CHANGELOG.md')
-rw-r--r--railties/CHANGELOG.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/railties/CHANGELOG.md b/railties/CHANGELOG.md
index e837a07623..d793405da1 100644
--- a/railties/CHANGELOG.md
+++ b/railties/CHANGELOG.md
@@ -1,3 +1,9 @@
+* Load environment file in `dbconsole` command.
+
+ Fixes #29717
+
+ *Yuji Yaginuma*
+
* Add `rails secrets:show` command.
*Yuji Yaginuma*