aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/rails/commands/credentials
Commit message (Expand)AuthorAgeFilesLines
* Rename to Diffing and move module into credentials commandKasper Timm Hansen2019-08-032-4/+54
* 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 #34955 from bogdanvlviv/follow-up-33962Kasper Timm Hansen2019-03-111-1/+1
|\
| * Add `config.credentials.content_path` and `config.credentials.key_path` to th...bogdanvlviv2019-01-171-2/+2
* | Fix typo: overriden -> overridden [ci skip] (#35060)Vipul A M2019-01-261-1/+1
* | 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-142-34/+43
|/
* Fixed to RAILS_MASTER_KEY as a default env key for decrypting.Wojciech Wnętrzak2018-09-202-10/+6
* Fix env name for master keyyuuji.yaginuma2018-09-201-1/+1
* Support environment specific credentials file. (#33521)Wojciech Wnętrzak2018-09-192-22/+54
* Recommend use of rails over bin/railsAlberto Almagro2018-07-062-3/+3
* 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
* Merge pull request #30581 from y-yagi/do_not_add_master_key_twice_to_gitignoreKasper Timm Hansen2017-09-141-1/+0
|\
| * Make master key added to gitignore the same value as when creating appplicationyuuji.yaginuma2017-09-141-1/+0
* | [ci skip] Prefer credentials to secrets in docs.Kasper Timm Hansen2017-09-131-1/+1
|/
* Add credentials using a generic EncryptedConfiguration class (#30067)David Heinemeier Hansson2017-09-112-0/+125