aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/rails/commands/rake_proxy.rb
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'rails-rake-proxy'Kasper Timm Hansen2015-12-131-21/+13
|
* Implement Rake proxy for Rails' command line interface.Dharam Gollapudi2015-12-131-0/+42
Allows any Rake task to be run through `bin/rails` such as `bin/rails db:migrate`, `bin/rails notes` etc. The Rake tasks are appended to Rails' help output, and blend in as standard commands.