Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [Railties] require => require_relative | Akira Matsuda | 2017-07-01 | 1 | -1/+1 |
| | |||||
* | Show correct commands in help | yuuji.yaginuma | 2017-03-03 | 1 | -1/+7 |
| | | | | | Currently rails' help shows only namespace. However, the secrets command needs to specify command. Therefore, I fixed the command to display in help. | ||||
* | Revert "Revert "Add encrypted secrets"" | Kasper Timm Hansen | 2017-02-23 | 1 | -2/+8 |
| | |||||
* | Revert "Add encrypted secrets" (#28127) | David Heinemeier Hansson | 2017-02-23 | 1 | -8/+2 |
| | |||||
* | Add encrypted secrets (#28038) | Kasper Timm Hansen | 2017-02-23 | 1 | -2/+8 |
| | |||||
* | allow to pass describe option to rake | yuuji.yaginuma | 2017-01-17 | 1 | -1/+1 |
| | | | | | | Since `Thor::HELP_MAPPINGS` contains `-D`, so `bin/rails -D` show rails's help. But, in Rails 5.0.1, `bin/rails -D` show the description of rake task. I think that it is better to have the same behavior. | ||||
* | Match Thor's `desc` signature. | Kasper Timm Hansen | 2016-12-31 | 1 | -1/+1 |
| | | | | It can also take an options hash. | ||||
* | Prevent command name being printed twice. | Kasper Timm Hansen | 2016-12-31 | 1 | -0/+8 |
| | | | | | | | | | Thor would inadvertantly duplicate the command usage because of the help method in a command class. Fixes #26664. [ Yuji Yaginuma & Kasper Timm Hansen ] | ||||
* | Simplify auxiliary command files directory finding. | Kasper Timm Hansen | 2016-09-25 | 1 | -1/+1 |
| | | | | | Still vulnerable to different file structures. We likely want something more robust when we tackle in app commands. | ||||
* | Run engine commands through command infrastructure. | Kasper Timm Hansen | 2016-09-25 | 1 | -0/+5 |
| | |||||
* | Initial command structure. | Kasper Timm Hansen | 2016-09-25 | 1 | -0/+130 |