Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Nodoc Rails command. | Kasper Timm Hansen | 2015-12-13 | 1 | -1/+1 |
| | | | | | | | The API isn't ready yet, which means we haven't documented it. People can't make their own commands, so there's no reason to show it in generated documentation. | ||||
* | Ditch `Commands` namespace for base command. | Kasper Timm Hansen | 2015-12-06 | 1 | -0/+70 |
Reading `Rails::Commands::Command` feels excessive. Especially if users can subclass command to write their own commands — which I'd like to aim for. Switch to `Rails::Command` before we get too far into things. |