| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove usage of strip_heredoc in the framework in favor of <<~ | Rafael Mendonça França | 2018-02-16 | 1 | -1/+0 |
* | Deprecate encrypted secrets in favor of credentials. | Kasper Timm Hansen | 2017-11-12 | 1 | -17/+0 |
* | Fix indentation in the template for secrets | Yoshiyuki Hirano | 2017-08-23 | 1 | -1/+1 |
* | Adding frozen_string_literal pragma to Railties. | Pat Allan | 2017-08-14 | 1 | -0/+2 |
* | Allow to edit secrets in mutiple apps at the same time | yuuji.yaginuma | 2017-07-13 | 1 | -1/+2 |
* | Treat secrets as binary | yuuji.yaginuma | 2017-07-09 | 1 | -2/+2 |
* | Do not update `secrets.yml.enc` when secretes do not change | yuuji.yaginuma | 2017-07-07 | 1 | -1/+3 |
* | Revert "Merge pull request #29540 from kirs/rubocop-frozen-string" | Matthew Draper | 2017-07-02 | 1 | -1/+0 |
* | Enforce frozen string in Rubocop | Kir Shatrov | 2017-07-01 | 1 | -0/+1 |
* | Do not use UTF8 in test SecretsCommandTest#test_edit_secrets | Pavel Valena | 2017-05-30 | 1 | -1/+1 |
* | Reorder first secrets edit flow. | Kasper Timm Hansen | 2017-05-25 | 1 | -8/+26 |
* | Use the config value directly when call `secrets` | yuuji.yaginuma | 2017-04-16 | 1 | -8/+2 |
* | Inline CIPHER constant. | Kasper Timm Hansen | 2017-03-02 | 1 | -6/+3 |
* | Move key packing into encryptor. | Kasper Timm Hansen | 2017-03-02 | 1 | -3/+2 |
* | Add back yaml require. | Kasper Timm Hansen | 2017-03-02 | 1 | -0/+1 |
* | Default Secrets to AES-128-GCM, using ActiveSupport::MessageEncryptor | Stephen Touset | 2017-03-01 | 1 | -15/+13 |
* | Revert "Revert "Add encrypted secrets"" | Kasper Timm Hansen | 2017-02-23 | 1 | -0/+111 |
* | Revert "Add encrypted secrets" (#28127) | David Heinemeier Hansson | 2017-02-23 | 1 | -111/+0 |
* | Add encrypted secrets (#28038) | Kasper Timm Hansen | 2017-02-23 | 1 | -0/+111 |