I noticed a few oddities with heroku and run rake db:migrate. Here are a few things i did to get it working:
* I moved to the Cedar stack. Without this, I struggled to get rake db:migrate to work
heroku create --stack cedar
* I now face the issue that heroku is reporting “no such file to load — pg”. Can’t install that locally as Lion’s screwed up my ruby header files so gem fails to install. Bored, so will leave this for now. Will report back as i find a solution, and the will to dig.