aboutsummaryrefslogtreecommitdiffstats
path: root/railties/test/application/rake/restart_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Run in-app rails commands via fork+load where possibleMatthew Draper2017-09-041-3/+3
* Make `restart` and `dev:cache` tasks work when customizing pid file pathyuuji.yaginuma2017-08-211-9/+0
* 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
* use rails command in restart task testyuuji.yaginuma2016-09-191-7/+7
* applies new string literal convention in railties/testXavier Noria2016-08-061-5/+5
* Remove unused boot_rails method and it's usagePrathamesh Sonpatki2016-07-041-1/+0
* Fix rails restart issue with PumaPrathamesh Sonpatki2016-03-301-0/+9
* `rake restart` should work without a `tmp` folderYoong Kang Lim2015-05-301-2/+10
* Created rake restart task.Hyonjee Joo2015-02-261-0/+31