diff options
author | José Valim <jose.valim@plataformatec.com.br> | 2013-12-23 20:34:11 +0100 |
---|---|---|
committer | José Valim <jose.valim@plataformatec.com.br> | 2013-12-23 20:34:11 +0100 |
commit | 2d4cfb28408f53daea11f45fb5e0aebdce8963d3 (patch) | |
tree | a3abf6151238a8efc9a759aaac29e6ecb69d95db /railties | |
parent | f6e363309a6cffacd6087f3a901c562265c3b2ed (diff) | |
download | rails-2d4cfb28408f53daea11f45fb5e0aebdce8963d3.tar.gz rails-2d4cfb28408f53daea11f45fb5e0aebdce8963d3.tar.bz2 rails-2d4cfb28408f53daea11f45fb5e0aebdce8963d3.zip |
Update CHANGELOG [ci skip]
Diffstat (limited to 'railties')
-rw-r--r-- | railties/CHANGELOG.md | 5 |
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 |