Rails application won't start
Posted by: robertlaing
Posted on: 2006-05-22 03:06:00
Hi
I've read the wiki many many times and tried a load of possible combinations - but still this thing is not working and it's killing me!
I have a rails app that I can query using ruby script/console via ssh - all those work so I know something's working, and the connection to the mysql database is OK
I can run ruby dispatch.fcgi from ssh too and get a 500 error html page returned, which is as it should be (right?)
But if I try to browse to any page, like
http://www.fhdev.net/admin/edit_room/1
the page takes ages to do *something* and then returns a
Application error
Rails application failed to start properly
page.
my rails app is in /fhdev/ with a public folder that is set up through the dreamhost control panel to be the web directory. I know that has worked because i have files in there before that I have been able to view. and the favicon works...
Any ideas?? I am going a bit mad (and have a deadline to meet...)
Thanks in advance for your help.
Robert