On my workstation I can view my rails app with http://localhost:3000/content, content being the name of the controller, but when I deploy the app on the production server, all I get is the ruby on rails welcome page, although I have deleted the index.html file from the public folder. When I click on the 'about your application environment' link, I get '500 Internal Server Error'.
Mongrel seem to be in order, mongrel_cluster_ctl saw the mongrel at the port specified have been found.
The route.rb also seems ok, with the four uncommented lines as:
Sorted it out, the reason why the welcome page kept showing, I deleted the index.html file from the server, but not from the working copy (subversion) on my workstation, so when I deployed again, it showed up on the server.
Bookmarks