I have made sure that:
* I have the correct Shebang line in the dispatchers
* There are NO RAILS_GEM_VERSION discrepancies
* Correct database configuration (because I had a previous error that has not appeared since I eliminated some white_spaces in database.yml).
* I have even deployed again after adding the task from: http://www.hostingrails.com/forums/deployment_troubleshooting_thread/171
The only thing I can think of is a conflict when I call require 'digest/sha1' in environment.rb.
I have searched the forums but found no references to this. Could this be the problem? What would be the solution?
Thanks, Francisco