Heroku Config Variables

Deploying on Heroku is such a breeze! I love the way they take care of my database.yml file so I can just keep a clean version in my open source repo!

I still needed a way to hide my cookie secret token. It turns out a great way to do this is config variables. Now I can have a very clean version of this file in git and still host on heroku or anywhere else pretty easily!