When i got to my app i get the standard 'Rails application failed to start properly' but i do not get any info in the logs.
So i followed the advice of a guide and put in ruby dispatch.fcgi which gave me the following input in my production.log:
Processing PreferencesController#greetings (for at 2008-09-10 13:53:31) [GET]
Session ID: 728ad0a5e1f13bf3ec5013a9e4111b2f
Parameters: {"action"=>"greetings", "controller"=>"preferences"}
Redirected to http://:/login
Completed in 0.00605 (165 reqs/sec) | DB: 0.00095 (15%) | 302 Found http://:]
I believe that i have a problem with my routes but i really cannot interpret this error any further than that.
Any help would be very much appreciated thank you.