How to stop (and restart) the Rails Server?
Press Ctrl+C
When you start the server it mentions this in the startup text.
Now in rails 5 you can do:
rails restart
The output of rails --tasks
:
Restart app by touching tmp/restart.txt
I think that is usefully if you run rails as a demon