I’m trying to learn RoR and I keep getting pesky page doesn’t exist pages. I deleted the index.html file out of my public folder and created a root route in my routes file but I still am getting that error. I am running ubuntu 10.04 with mod_passenger and ruby enterprise edition.
Share
just leave the mod_passenger until you find the error. Do like this:
ruby script/server(Rails < 3).It should start the server in your console. and browse the page you want. If you are getting an error it should display in the console.
check your database connection is OK in
config/database.ymlfile