RoR app running on mongrel development but not production
        Posted  
        
            by ANaimi
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by ANaimi
        
        
        
        Published on 2010-01-30T03:55:31Z
        Indexed on 
            2010/03/11
            19:19 UTC
        
        
        Read the original article
        Hit count: 329
        
Hello all,
This is my first stab at Ruby on Rails. Just deployed a very simple app to Heroku.
The thing is that my app runs flawlessly on mongrel development; When I run it with "mongrel_rails start -e production" however, I get the error "We're sorry, but something went wrong."
For the life of me, I couldn't debug this. Heroku logs is not returning anything, the Exceptional addon in Heroku is not returning anything, and I cannot find mongrel.log on my Windows machine (when I run mongrel using: mongrel_rails start -e production -d"
I'm using Rails 2.3.5 and sqlite3 with bundler to pack my gems.
I was told that probably rails is not booting up correctly. I can't find any other way to diagnose this. Any ideas?
Thanks,
ANaimi
© Stack Overflow or respective owner