aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/rails/commands/credentials/credentials_command.rb
Commit message (Expand)AuthorAgeFilesLines
* Revise flow to what was described in 03e44f9Kasper Timm Hansen2019-08-041-3/+4
* Revise credentials diffing flow to use a separate diff commandKasper Timm Hansen2019-08-041-7/+12
* Extract diffing to separate credentials:diff commandKasper Timm Hansen2019-08-041-22/+18
* Rename to Diffing and move module into credentials commandKasper Timm Hansen2019-08-031-4/+5
* Prettify diff generated by git for encripted file:Edouard CHIN2019-07-261-6/+28
* Add `secret_key_base` when creating new credential fileyuuji.yaginuma2019-03-231-1/+12
* Properly expand the environment's name in all commandsyuuji.yaginuma2019-03-151-2/+5
* Merge pull request #34789 from christos/fix-editing-new-environment-credentialsKasper Timm Hansen2019-01-251-2/+2
|\
| * Don't load app environment when editing credentialsChristos Zisopoulos2018-12-261-2/+2
* | Restructure credentials after environment overrides.Kasper Timm Hansen2019-01-141-28/+28
|/
* Fixed to RAILS_MASTER_KEY as a default env key for decrypting.Wojciech Wnętrzak2018-09-201-9/+5
* Support environment specific credentials file. (#33521)Wojciech Wnętrzak2018-09-191-22/+45
* Recommend use of rails over bin/railsAlberto Almagro2018-07-061-2/+2
* Do not add master key when `RAILS_MASTER_KEY` env specified (#31922)Yuji Yaginuma2018-02-081-1/+1
* Raise an error only when `require_master_key` is specifiedyuuji.yaginuma2017-12-181-2/+9
* Add CLI to manage encrypted files/configs.Wojciech Wnętrzak2017-11-151-21/+8
* Revert displaying master key generation info on `rails new`.Kasper Timm Hansen2017-11-121-0/+1
* [Railties] require_relative => requireAkira Matsuda2017-10-211-4/+4
* Make master key added to gitignore the same value as when creating appplicationyuuji.yaginuma2017-09-141-1/+0
* Add credentials using a generic EncryptedConfiguration class (#30067)David Heinemeier Hansson2017-09-111-0/+85