aboutsummaryrefslogtreecommitdiffstats
path: root/railties/test/application/rake/dev_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Respect config setting when output deprecation notice in rake tasksyuuji.yaginuma2018-09-041-0/+1
* Have `bin:rake dev:cache` use the Dev Rails Command under the hoodAnnie-Claude Côté2018-08-131-15/+28
* Run in-app rails commands via fork+load where possibleMatthew Draper2017-09-041-5/+5
* Make `restart` and `dev:cache` tasks work when customizing pid file pathyuuji.yaginuma2017-08-211-4/+8
* Adding frozen_string_literal pragma to Railties.Pat Allan2017-08-141-0/+2
* Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"Matthew Draper2017-07-021-1/+0
* Enforce frozen string in RubocopKir Shatrov2017-07-011-0/+1
* applies new string literal convention in railties/testXavier Noria2016-08-061-6/+6
* - using rails dev:cache instead of rake dev:cacheMohit Natoo2016-04-221-1/+1
* Fix rails restart issue with PumaPrathamesh Sonpatki2016-03-301-0/+9
* - using rails dev:cache instead of rake dev:cache in test caseMohit Natoo2016-03-041-1/+1
* revert dev:cache to rake task, fixes #23410Scott Bronson2016-02-071-0/+34
* Add Rails command infrastructure and encapsulate development cachingChuck Callebs2015-12-041-35/+0
* Add rake dev:cache task to enable dev mode caching.Chuck Callebs2015-08-041-0/+35