This is driving me nuts. There is no error in development environment. There was no error in production environment when I deployed to Amazon EC2.
However, on Heroku, it is giving me a 500 error when accessing a particular page. There is no other message than 500 error message.
2012-10-09T06:50:02+00:00 app[web.1]: Completed 500 Internal Server Error in 72ms (Views: 11.5ms | ActiveRecord: 44.2ms)
That's all I have. No other error message. I even set the logging level to "DEBUG".
What can I do to find out what's causing the 500 error on Heroku?
I appreciate your help.