1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
Commit graph

2 commits

Author SHA1 Message Date
Kasper Timm Hansen
d8f993fa7d Nodoc Rails command.
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.
2015-12-13 20:22:38 +01:00
Kasper Timm Hansen
5da05c3e6b Ditch Commands namespace for base command.
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.
2015-12-06 14:23:28 +01:00