SyntaxFix
Write A Post
Hire A Developer
Questions
First Find PID # - where the Rails Server got stuck on
Run this to find the stuck PID
cat ./tmp/pids/server.pid
It will return something like 65829
65829
Then KILL that PID => kill 65829
kill 65829