I’ve been strugling for days trying to resolve this issue installing
a rails project on a hosted server. I keep getting
Application error
Rails application failed to start properly"
when I go to front page of my site.
I followed instructions on this thread
http://wiki.ocssolutions.com/Troubleshooting_a_Ruby_on_Rails_Application
and still no luck
I checked dispatch.* for proper ruby line, and permissions 755, I
tried running dispatch.* from shell with this result
Code:
Status: 404 Not Found
Cache-Control: no-cache
Content-Length: 606
body, p, ol, ul, td {
font-family: verdana, arial, helvetica, sans-serif;
font-size: 13px;
line-height: 18px;
}
pre {
background-color: #eee;
padding: 10px;
font-size: 11px;
}
a { color: #000; }
a:visited { color: #666; }
a:hover { color: #fff; background-color:#000; }
Routing Error
No route matches "" with {:method=>:get}
I tried script/console and got a successfull connect to db, so I know
that is not the problem. fastcgi.log says
[07/Jan/2008:10:04:03 :: 20987] starting
[07/Jan/2008:10:04:03 :: 20987] stopping gracefully
not sure what else to try… any ideas please
Reply With Quotey With Quote