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, -- Marnen Laibow-Koser http://www.marnen.org [email protected] -- Posted via http://www.ruby-forum.com/. -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.

