mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
[ci skip] Add changelog entry for encrypted secrets.
Just dispatch to the command help itself for more info.
This commit is contained in:
parent
84bc9a50d3
commit
88857f3395
1 changed files with 14 additions and 0 deletions
|
@ -1,5 +1,19 @@
|
|||
## Rails 5.1.0.beta1 (February 23, 2017) ##
|
||||
|
||||
* Add encrypted secrets in `config/secrets.yml.enc`.
|
||||
|
||||
Allow storing production secrets straight in the revision control system by
|
||||
encrypting them.
|
||||
|
||||
Use `bin/rails secrets:setup` to opt-in by generating `config/secrets.yml.enc`
|
||||
for the secrets themselves and `config/secrets.yml.key` for the encryption key.
|
||||
|
||||
Edit secrets with `bin/rails secrets:edit`.
|
||||
|
||||
See `bin/rails secrets:setup --help` for more.
|
||||
|
||||
*Kasper Timm Hansen*
|
||||
|
||||
* Fix running multiple tests in one `rake` command
|
||||
|
||||
e.g. `bin/rake test:models test:controllers`
|
||||
|
|
Loading…
Reference in a new issue