5 ms·
no need to restart the server. if you're using passenger, just `$ touch tmp/restart.txt` (in your rails app). That will restart just that app in passenger (and
by lenary 15y ago
no need to restart the server. if you're using passenger, just `$ touch tmp/restart.txt` (in your rails app). That will restart just that app in passenger (and lots of other servers too)
- Rhodee 15y ago@lenary thank you very much for your feedback. I recall reading about the restart.txt - what contents should be in this file or is it generated?