1

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:

http://pastebin.com/7J53p9Vt

And my gemfile:

http://pastebin.com/M4TE143i

Thx!

Community
  • 1
  • 1
ralphos
  • 626
  • 2
  • 10
  • 20
  • can you connect to the console? `heroku run console` – Jonathan Mar 21 '12 at 18:51
  • Sure, so I can connect to the console on heroku. I get a few deprecation warnings though but that's about it - http://pastebin.com/CwKj9HwL – ralphos Mar 22 '12 at 03:16
  • I haven't added a proc file since I'm using the Thin web server - from what I understood if you declare the Thin gem in your Gemfile, Heroku sets up an appropriate web process without requiring a Procfile. – ralphos Mar 23 '12 at 15:26

0 Answers0