| Commit message (Expand) | Author | Age | Files | Lines |
* | Deprecate encrypted secrets in favor of credentials. | Kasper Timm Hansen | 2017-11-12 | 1 | -12/+4 |
* | Add credentials using a generic EncryptedConfiguration class (#30067) | David Heinemeier Hansson | 2017-09-11 | 1 | -0/+4 |
* | Reorganize secrets test to use only `isolation/abstract_unit` | yuuji.yaginuma | 2017-09-07 | 1 | -14/+18 |
* | Run in-app rails commands via fork+load where possible | Matthew Draper | 2017-09-04 | 1 | -3/+3 |
* | Fix indentation in the template for secrets | Yoshiyuki Hirano | 2017-08-23 | 1 | -2/+2 |
* | Adding frozen_string_literal pragma to Railties. | Pat Allan | 2017-08-14 | 1 | -0/+2 |
* | Railties updates for frozen string literals. | Pat Allan | 2017-08-14 | 1 | -2/+2 |
* | Fix false positive test related to wrong app root path. | Wojciech Wnętrzak | 2017-07-21 | 1 | -11/+11 |
* | Treat secrets as binary | yuuji.yaginuma | 2017-07-09 | 1 | -0/+34 |
* | Do not update `secrets.yml.enc` when secretes do not change | yuuji.yaginuma | 2017-07-07 | 1 | -0/+18 |
* | 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 |
* | Let run_secrets_generator handle chdir. | Kasper Timm Hansen | 2017-04-16 | 1 | -3/+1 |
* | Use the config value directly when call `secrets` | yuuji.yaginuma | 2017-04-16 | 1 | -8/+26 |
* | Move key packing into encryptor. | Kasper Timm Hansen | 2017-03-02 | 1 | -3/+2 |
* | Default Secrets to AES-128-GCM, using ActiveSupport::MessageEncryptor | Stephen Touset | 2017-03-01 | 1 | -2/+3 |
* | Revert "Revert "Add encrypted secrets"" | Kasper Timm Hansen | 2017-02-23 | 1 | -0/+108 |
* | Revert "Add encrypted secrets" (#28127) | David Heinemeier Hansson | 2017-02-23 | 1 | -108/+0 |
* | Add encrypted secrets (#28038) | Kasper Timm Hansen | 2017-02-23 | 1 | -0/+108 |