From 3be448a3ba06cedd9edcfc33da92a7f94004efd1 Mon Sep 17 00:00:00 2001 From: Jon Moss Date: Sun, 23 Apr 2017 11:14:35 -0400 Subject: [PATCH] Add more Railties notable changes [ci skip] --- guides/source/5_1_release_notes.md | 8 ++++++++ 1 file changed, 8 insertions(+) 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)) -- GitLab