Restarting thin or passenger Rails server from Vim
I've set up Nginx with Phusion Passenger to run my Rails apps in a development environment, as opposed to running rails server
in a terminal every time. Setting the rails environment variable to "development" means that many code changes can be automatically integrated without a server restart, but every so often a full restart is required.