In the past, I could exit my rails application launched using webbrick using CtrlC. At some point in development, this functionality broke ( Ctrl<
For windows users, this was broken in more recent builds of rails (3.2+). Try using
ruby script\rails server
instead. More details here.