I'm setting up a dev environment for an existing ruby app. I grabbed the app files & database via SVN. I changed the database.yml file but I can't even reach any page other than the default Welcome to Rails page!.
What am I missing?
I'm setting up a dev environment for an existing ruby app. I grabbed the app files & database via SVN. I changed the database.yml file but I can't even reach any page other than the default Welcome to Rails page!.
What am I missing?
Hard to say. Are there any clues in log/development.log?
Regards, Craig
Strange. If it is an existing app it shouldn't have a public/index.html, so where does that "default Welcome to Rails page" come from?
cyberthug schrieb:
That should have been the first clue. Remove (or change) the default page and setup a default route.