Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | refactor `CommandsTasks` | yuuji.yaginuma | 2016-08-17 | 1 | -84/+28 |
| | | | | | Extract a common method of `Rails::CommandsTasks` and `Rails::Engine::CommandsTasks` to the module. | ||||
* | add missing require rake | yuuji.yaginuma | 2016-08-11 | 1 | -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/lib | Xavier Noria | 2016-08-06 | 1 | -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 engines | yuuji.yaginuma | 2016-01-31 | 1 | -0/+116 |