aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/rails/tasks/dev.rake
Commit message (Collapse)AuthorAgeFilesLines
* [Railties] require => require_relativeAkira Matsuda2017-07-011-1/+1
|
* applies new string literal convention in railties/libXavier Noria2016-08-061-2/+2
| | | | | The current code base is not uniform. After some discussion, we have chosen to go with double quotes by default.
* Share dev caching implementation between task and server.Kasper Timm Hansen2016-03-151-11/+3
| | | | | Lets have the server and the Rake task go through the same ropes, so we can share all the file lookup, adding, and deleting code.
* :scissors:Rafael Mendonça França2016-02-261-2/+2
|
* Create tmp folder if not presentChashmeet Singh2016-02-271-1/+3
| | | | | | | | | | | | | | | | | | All Apps may not have a tmp folder Update dev.rake Update dev.rake Update dev.rake Update dev.rake Update dev.rake Update dev.rake Update dev.rake
* revert dev:cache to rake task, fixes #23410Scott Bronson2016-02-071-0/+14
|
* Add Rails command infrastructure and encapsulate development cachingChuck Callebs2015-12-041-14/+0
|
* Move the desc one level up Dharam Gollapudi2015-11-131-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 Callebs2015-08-041-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