A Rails 3.2.0 app, working fine with Thin web server, both locally and on Heroku cedar stack.
After:
$ git branch work $ git checkout work $ rails se
pgrep ruby to see what servers are running and then
pgrep ruby
kill -9 serverNumber
;)