One-off scripts on Heroku with Rails
Every so often you have a small script that needs to be run on your staging or production server, but committing and deploying the script on its own is just too much of a hassle. Luckily Rails and Heroku has a great solution for this.