Instantly share code, notes, and snippets.
To stop all running Rails servers type the following is the terminal
kill -9 $(lsof -i tcp:3000 -t)