aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/rails/engine/commands_tasks.rb
Commit message (Collapse)AuthorAgeFilesLines
* Remove the old command files.Kasper Timm Hansen2016-09-251-62/+0
| | | | | Wash out your old! These adhoc scripts are replaced by the new commands.
* Run engine commands through command infrastructure.Kasper Timm Hansen2016-09-251-1/+1
|
* refactor `CommandsTasks`yuuji.yaginuma2016-08-171-84/+28
| | | | | Extract a common method of `Rails::CommandsTasks` and `Rails::Engine::CommandsTasks` to the module.
* add missing require rakeyuuji.yaginuma2016-08-111-0/+2
| | | | | In ff8035dfeed8c86594c32ef8e9204806e190cb58, require rake is deferred. Therefore, it is necessary to require rake even `Engine::CommandsTasks.
* applies new string literal convention in railties/libXavier Noria2016-08-061-8/+8
| | | | | The current code base is not uniform. After some discussion, we have chosen to go with double quotes by default.
* make rake proxy work in rails enginesyuuji.yaginuma2016-01-311-0/+116