This is my first hit in Ruby on Rails. Just deployed a very simple application for Heroku.
The fact is that my application runs flawlessly on mongrel development; However, when I start it with "mongrel_rails start -e production", I get the error message "We are sorry, but something went wrong."
In my life, I could not debug this. Heroku logs do not return anything, An exceptional add-on in Heroku does not return anything, and I cannot find mongrel.log on my Windows machine (when I start mongrel using: mongrel_rails start -e production -d "
I use Rails 2.3.5 and sqlite3 with a bunch to pack my gems.
I was told that the rails are probably not loading correctly. I cannot find another way to diagnose this. Any ideas?
Thanks
ANaimi
source
share