I am running my rails application using the following
$script/server -d webrick
on my Ubuntu system , above command run the webrick s
I came here because I were trying to (unsuccesfully) stop with a normal kill, and thought I'd being doing something wrong.
A kill -9 is the only sure way to stop a ruby on rails server? What!? Do you know the implications of this? Can be a disaster...