Our app runs without issue in development and test (all rspec and cucumber tests run)
When deployed to EngineYard Cloud, however, I repeatedly get the "We're sorry, but something went wrong" message.
When I receive the error, tailing the log files tells me the page rendered successfully, with one caveat.
Completed 200 OK in 1833ms (Views: 28.1ms | ActiveRecord: 2.1ms)
TypeError (no marshal_dump is defined for class OpenSSL::Digest::Digest):
I have seen some postings on the TypeError, but nothing that seems to fit this situation.
I would be grateful for some suggestions on how I might track down what is causing the error.