I am new to rails and I am using an ubuntu machine and the rubymine IDE. The problem is that I am unable to stop the rails server. I tried to stop the server by killing the
On my MAC the killall -9 rails does not work. But killall -9 ruby does.
killall -9 rails
killall -9 ruby