1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/railties/lib/rails/tasks
Yoong Kang Lim 6fc83f8efe rake restart should work without a tmp folder
In restart.rake, the creation of tmp/restart.txt
would fail if the tmp folder does not exist in the
app. This is a problem because apps cloned using
git would not have the tmp folder, as the folder is
in .gitignore. This commit creates the tmp folder
if it does not exist.

Fixes #20299

[Yoong Kang Lim, Sunny Juneja]
2015-05-30 00:44:05 -07:00
..
annotations.rake
engine.rake Improved grammar and replaced 'dbs' slang with 'databases' 2013-06-27 10:58:08 +05:30
framework.rake Merge pull request #20326 from hderms/dh/fix_task_bug 2015-05-27 22:19:57 -03:00
initializers.rake Actually rename to rake initializers 2015-03-21 12:45:15 -07:00
log.rake More Warnings removed for ruby trunk 2013-11-01 13:47:23 +01:00
middleware.rake
misc.rake
restart.rake rake restart should work without a tmp folder 2015-05-30 00:44:05 -07:00
routes.rake split formatting concerns from RoutesInspector 2013-01-05 13:59:14 +01:00
statistics.rake Drop old test locations from rake stats 2015-01-09 12:54:11 +03:00
tmp.rake fix task description for tmp:create 2015-01-25 21:25:35 +09:00