I have Rails 3.2.3 with Apache and Passenger.
I have a project working in development mode. When I switch the project to production mode ( Passenger standard ) it gives me a 500 failure:
We're sorry, but something went wrong.
This happens even with WEBrick... Can somebody help me?
EDIT #1
My production environment file: http://pastebin.com/ZAudSzkc
rake db:migrate RAILS_ENV=production– ck3g May 9 '12 at 9:55