Ruby on Rails on Windows XP CTRL+C in console not stopping mongrel Ruby on Rails on Windows XP CTRL+C in console not stopping mongrel ruby ruby

Ruby on Rails on Windows XP CTRL+C in console not stopping mongrel


Use Ctrl+Pause/Break instead. It will stop the server.

enter image description here


Ctrl+Pause/Break force closes the server. It's not normal. Anyways my Dell notebook does not have the key.

So use this:
instead of rails s use ruby script/rails s.
Ctrl+C will work perfectly with that. Tested it.