I checked:
- environment.rb / database.yml
- .htaccess with the line
:AddHandler fastcgi-script .fcgi commented
and the updated line RewriteRule ^(.*)$ dispatch.fcgi [QSA,L]
- authorization (755 for dispatchers)
- I am not using any special gem version
I got a error 500 when I try to connect to my main page. But when I check the production log I have a successful request.
Completed in 0.04337 (23 reqs/sec) | Rendering: 0.01163 (26%) | DB: 0.00027 (0%) | 200 OK
Any one has a idea ?