mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Add more Railties notable changes
[ci skip]
This commit is contained in:
parent
ee9f97de94
commit
3be448a3ba
1 changed files with 8 additions and 0 deletions
|
@ -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))
|
||||
|
||||
|
|
Loading…
Reference in a new issue