aboutsummaryrefslogtreecommitdiffstats
path: root/railties/test/commands/secrets_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Deprecate encrypted secrets in favor of credentials.Kasper Timm Hansen2017-11-121-12/+37
* Run in-app rails commands via fork+load where possibleMatthew Draper2017-09-041-4/+7
* Adding frozen_string_literal pragma to Railties.Pat Allan2017-08-141-0/+2
* Add `rails secrets:show` commandyuuji.yaginuma2017-07-071-0/+13
* Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"Matthew Draper2017-07-021-1/+0
* Enforce frozen string in RubocopKir Shatrov2017-07-011-0/+1
* Do not use UTF8 in test SecretsCommandTest#test_edit_secretsPavel Valena2017-05-301-1/+1
* Reorder first secrets edit flow.Kasper Timm Hansen2017-05-251-5/+2
* Add secrets edit testyuuji.yaginuma2017-03-121-0/+13
* Tell users how to assign a $EDITOR.Kasper Timm Hansen2017-03-011-0/+24