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 an HTTP Error 500
:
We're sorry, but something went wrong.
This happens even with WEBrick
.
Can somebody help me?
Edit:
My production environment file: http://pastebin.com/ZAudSzkc
rake db:migrate RAILS_ENV=production
– Shalloon