aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/rails/commands/dev_cache.rb
Commit message (Collapse)AuthorAgeFilesLines
* Ditch `Commands` namespace for base command.Kasper Timm Hansen2015-12-061-2/+2
| | | | | | | 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.
* Add Rails command infrastructure and encapsulate development cachingChuck Callebs2015-12-041-0/+21