Similar to this question I'm having problems with deploying to Heroku on Rails 3.2.1 (Ruby 1.9.3-p125 - although I did set up Heroku to run with Ruby 1.9.3-p0). I followed all the steps in the Rails apps tutorial but my app is crashing when I try to view it in production.
Here is a copy of my heroku logs:
And my gemfile:
Thx!