sharon wrote:
Hi,
I�?ve just downloaded and installed Ruby on Rails, on a windows xp machine. Then I tried the cookbook tutorial, and get NoMethodError in Recipe#New when I try http://localhost:3000/recipe/new/. I could not figure out the problem so I tried another tutorial, the todo list one, and the same thing happens(NoMethodError in todo#list when I try http://localhost:300/todo/ . Both of these occur right after the step where I add scaffold :todo, or scaffold �?:recipe in the controller.
Rails 2.x no longer has scaffold as a controller method. You are following an old tutorial. If you're using Rails 2.3 (and I hope you are), try the tutorials at http://guides.rails.info .
Best,