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
Use ctrl+c to shutdown your Webrick Server.
ctrl+c
Unfortunately if its not works then forcefully close the terminal and restart it.
Another trick is that
1. open your system-monitor(a gui application) on ubuntu 2. Select processes tab 3. Then look for a process having name 'ruby' 4. End that process