Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | revert dev:cache to rake task, fixes #23410 | Scott Bronson | 2016-02-07 | 1 | -0/+14 |
| | |||||
* | Add Rails command infrastructure and encapsulate development caching | Chuck Callebs | 2015-12-04 | 1 | -14/+0 |
| | |||||
* | Move the desc one level up | Dharam Gollapudi | 2015-11-13 | 1 | -2/+1 |
| | | | Make the task visible (from rake -T) by moving the desc one level up | ||||
* | Add rake dev:cache task to enable dev mode caching. | Chuck Callebs | 2015-08-04 | 1 | -0/+15 |
Taken from @Sonopa's commits on PR #19091. Add support for dev caching via "rails s" flags. Implement suggestions from @kaspth. Remove temporary cache file if server does not have flags. Break at 80 characters in railties/CHANGELOG.md Remove ability to disable cache based on server options. Add more comprehensive options: --dev-caching / --no-dev-caching |