aboutsummaryrefslogtreecommitdiffstats
path: root/railties
diff options
context:
space:
mode:
authorJosé Valim <jose.valim@plataformatec.com.br>2013-12-23 20:34:11 +0100
committerJosé Valim <jose.valim@plataformatec.com.br>2013-12-23 20:34:11 +0100
commit2d4cfb28408f53daea11f45fb5e0aebdce8963d3 (patch)
treea3abf6151238a8efc9a759aaac29e6ecb69d95db /railties
parentf6e363309a6cffacd6087f3a901c562265c3b2ed (diff)
downloadrails-2d4cfb28408f53daea11f45fb5e0aebdce8963d3.tar.gz
rails-2d4cfb28408f53daea11f45fb5e0aebdce8963d3.tar.bz2
rails-2d4cfb28408f53daea11f45fb5e0aebdce8963d3.zip
Update CHANGELOG [ci skip]
Diffstat (limited to 'railties')
-rw-r--r--railties/CHANGELOG.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/railties/CHANGELOG.md b/railties/CHANGELOG.md
index aa26017bda..a83c2b2355 100644
--- a/railties/CHANGELOG.md
+++ b/railties/CHANGELOG.md
@@ -1,3 +1,8 @@
+* Configure `secrets.yml` and `database.yml` to read configuration
+ from the system environment by default for production.
+
+ *José Valim*
+
* `config.assets.raise_runtime_errors` is set to true by default
This option has been introduced in