I ve just spent about three hours trying to figure this out, so any
help would be appreciated.
I ve followed these steps:
1. Downloaded Instant Rails
2. Unzipped it
3. Ran "InstantRails.exe" to configure it. (path is c:\InstantRails)
4. Went to the "Manage Rails Applications" area and chose "cookbook"
app.
5. Clicked on "Start with Mongrel"
6. Mongrel was started and app was loaded on port 3001.
7. I opened a browser and typed "http://localhost:3000/cookbook/recipe/
list"
And I get this message:
"no route found to match "/cookbook/recipe/list" with {:method=>:get}"
Am I doing something wrong here? I appreciate your help very much.
I have spent almost my whole Sunday to fix the problem:
"no route found to match "/recipe/list" with {:method=>:get}", or
"no route found to match "/recipe" with {:method=>:get}"
depending on what I put into the browser.
After I started Mongrel, the application was loaded on port 3001.
Actually, my configuration steps were as the same as the 7 steps
provided in the orginal post of VolteFace at the top.
Any further information and advice on this could be very much
appreciated.
Please help and I really want a working installation to get me really
started with Rails.