Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 ] | ||||
* | Privatize unneededly protected methods in Railties | Akira Matsuda | 2016-12-25 | 1 | -6/+6 |
| | |||||
* | Add more rubocop rules about whitespaces | Rafael Mendonça França | 2016-10-29 | 1 | -2/+2 |
| | |||||
* | Apply Rafaels review fixes. | Kasper Timm Hansen | 2016-09-25 | 1 | -1/+1 |
| | |||||
* | Fix console tests. | Kasper Timm Hansen | 2016-09-25 | 1 | -0/+2 |
| | |||||
* | Per Dr. Eileen's orders :) | Kasper Timm Hansen | 2016-09-25 | 1 | -1/+1 |
| | | | | Prescribed some review fixes for myself! | ||||
* | 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 | 2 | -6/+35 |
| | |||||
* | Initial command structure. | Kasper Timm Hansen | 2016-09-25 | 4 | -0/+303 |