aboutsummaryrefslogtreecommitdiffstats
path: root/railties/test/commands/credentials_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Revise flow to what was described in 03e44f9Kasper Timm Hansen2019-08-041-13/+9
* Revise credentials diffing flow to use a separate diff commandKasper Timm Hansen2019-08-041-66/+38
* Extract diffing to separate credentials:diff commandKasper Timm Hansen2019-08-041-28/+24
* Do not use the same temp file in different testsyuuji.yaginuma2019-07-271-4/+5
* Prettify diff generated by git for encripted file:Edouard CHIN2019-07-261-1/+100
* Reword test names in credentials_test.rbSharang Dashputre2019-03-251-4/+4
* 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-0/+14
* Railities typo fixes.alkesh262019-02-011-1/+1
* Don't load app environment when editing credentialsChristos Zisopoulos2018-12-261-0/+8
* Support environment specific credentials file. (#33521)Wojciech Wnętrzak2018-09-191-5/+21
* Recommend use of rails over bin/railsAlberto Almagro2018-07-061-1/+1
* Add an assertion that `credentials:edit` works when `RAILS_MASTER_KEY` env is...yuuji.yaginuma2018-06-241-1/+1
* Do not add master key when `RAILS_MASTER_KEY` env specified (#31922)Yuji Yaginuma2018-02-081-0/+12
* Raise an error only when `require_master_key` is specifiedyuuji.yaginuma2017-12-181-6/+20
* Do not overwrite by default if credentials already existsyuuji.yaginuma2017-11-301-0/+8
* Add CLI to manage encrypted files/configs.Wojciech Wnętrzak2017-11-151-1/+4
* Add tests for credentials commandyuuji.yaginuma2017-09-151-0/+19
* Make master key added to gitignore the same value as when creating appplicationyuuji.yaginuma2017-09-141-0/+30