diff options
author | Jon Moss <me@jonathanmoss.me> | 2017-04-23 11:14:35 -0400 |
---|---|---|
committer | Jon Moss <me@jonathanmoss.me> | 2017-04-23 11:14:35 -0400 |
commit | 3be448a3ba06cedd9edcfc33da92a7f94004efd1 (patch) | |
tree | 5224dafd47d0f5c0a8fe9195d2d32b9720b3182c /guides/source | |
parent | ee9f97de94fef19550da3006f36e5090d138cdbc (diff) | |
download | rails-3be448a3ba06cedd9edcfc33da92a7f94004efd1.tar.gz rails-3be448a3ba06cedd9edcfc33da92a7f94004efd1.tar.bz2 rails-3be448a3ba06cedd9edcfc33da92a7f94004efd1.zip |
Add more Railties notable changes
[ci skip]
Diffstat (limited to 'guides/source')
-rw-r--r-- | guides/source/5_1_release_notes.md | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/guides/source/5_1_release_notes.md b/guides/source/5_1_release_notes.md index be978295e2..cb01c6d6df 100644 --- a/guides/source/5_1_release_notes.md +++ b/guides/source/5_1_release_notes.md @@ -255,6 +255,10 @@ Please refer to the [Changelog][railties] for detailed changes. ### Notable changes +* Added a shared section to `config/secrets.yml` that will be loaded for all + environments. + ([commit](https://github.com/rails/rails/commit/e530534265d2c32b5c5f772e81cb9002dcf5e9cf)) + * The config file `secrets.yml` is now loaded in with all keys as symbols. ([Pull Request](https://github.com/rails/rails/pull/26929)) @@ -269,6 +273,10 @@ Please refer to the [Changelog][railties] for detailed changes. to the rails/webpacker gem. ([Pull Request](https://github.com/rails/rails/pull/27288)) +* Initialize Git repo when generating new app, if option `--skip-git` is not + provided. + ([Pull Request](https://github.com/rails/rails/pull/27632)) + * Add encrypted secrets in `config/secrets.yml.enc`. ([Pull Request](https://github.com/rails/rails/pull/28038)) |