aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/rails/tasks/dev.rake
Commit message (Expand)AuthorAgeFilesLines
* Respect config setting when output deprecation notice in rake tasksyuuji.yaginuma2018-09-041-1/+1
* Do not show deprecate task in the task listyuuji.yaginuma2018-08-161-1/+0
* Have `bin:rake dev:cache` use the Dev Rails Command under the hoodAnnie-Claude Côté2018-08-131-2/+4
* [Railties] require_relative => requireAkira Matsuda2017-10-211-1/+1
* Adding frozen_string_literal pragma to Railties.Pat Allan2017-08-141-0/+2
* [Railties] require => require_relativeAkira Matsuda2017-07-011-1/+1
* applies new string literal convention in railties/libXavier Noria2016-08-061-2/+2
* Share dev caching implementation between task and server.Kasper Timm Hansen2016-03-151-11/+3
* :scissors:Rafael Mendonça França2016-02-261-2/+2
* Create tmp folder if not presentChashmeet Singh2016-02-271-1/+3
* 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
* Add rake dev:cache task to enable dev mode caching.Chuck Callebs2015-08-041-0/+15