diff options
author | Yoong Kang Lim <yoongkang.lim@gmail.com> | 2015-05-26 21:52:10 +1000 |
---|---|---|
committer | Godfrey Chan <godfreykfc@gmail.com> | 2015-05-30 00:44:12 -0700 |
commit | f06ce4c12a396795a3b2c1812951d9277bcb3a82 (patch) | |
tree | bbebbb70cfe0b71deacd3347aa67517102e88aab /railties/test/paths_test.rb | |
parent | 6fc83f8efeb1637af5d17b0d7b0c4b2e3db3c001 (diff) | |
download | rails-f06ce4c12a396795a3b2c1812951d9277bcb3a82.tar.gz rails-f06ce4c12a396795a3b2c1812951d9277bcb3a82.tar.bz2 rails-f06ce4c12a396795a3b2c1812951d9277bcb3a82.zip |
Generate a `.keep` file in `tmp` folder
A lot of scripts assumes the existence of this folder and most would fail if it
is absent.
One example of this is `rake restart` (before the previous commit) – it tries to
`touch tmp/restart.txt`, which would fail if `tmp` does not exist, which was the
case for a freshly-cloned project as `tmp` is `.gitignored` by default.
See #20299.
[Yoong Kang Lim, Sunny Juneja]
Diffstat (limited to 'railties/test/paths_test.rb')
0 files changed, 0 insertions, 0 deletions