aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/rails/command.rb
Commit message (Collapse)AuthorAgeFilesLines
* Ditch `Commands` namespace for base command.Kasper Timm Hansen2015-12-061-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.