Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Run in-app rails commands via fork+load where possible | Matthew Draper | 2017-09-04 | 1 | -3/+3 |
* | Make `restart` and `dev:cache` tasks work when customizing pid file path | yuuji.yaginuma | 2017-08-21 | 1 | -9/+0 |
* | Adding frozen_string_literal pragma to Railties. | Pat Allan | 2017-08-14 | 1 | -0/+2 |
* | Revert "Merge pull request #29540 from kirs/rubocop-frozen-string" | Matthew Draper | 2017-07-02 | 1 | -1/+0 |
* | Enforce frozen string in Rubocop | Kir Shatrov | 2017-07-01 | 1 | -0/+1 |
* | use rails command in restart task test | yuuji.yaginuma | 2016-09-19 | 1 | -7/+7 |
* | applies new string literal convention in railties/test | Xavier Noria | 2016-08-06 | 1 | -5/+5 |
* | Remove unused boot_rails method and it's usage | Prathamesh Sonpatki | 2016-07-04 | 1 | -1/+0 |
* | Fix rails restart issue with Puma | Prathamesh Sonpatki | 2016-03-30 | 1 | -0/+9 |
* | `rake restart` should work without a `tmp` folder | Yoong Kang Lim | 2015-05-30 | 1 | -2/+10 |
* | Created rake restart task. | Hyonjee Joo | 2015-02-26 | 1 | -0/+31 |