I’m going through the rolling with ruby on rails tutorial and I have hit a snag. When I get to the part where I enter the command line given by the tutorial in order to generate scaffold, I get the following:
C:\ruby\rails_apps\cookbook2>ruby script\generate scaffold recipe recipe
exists app/models/
exists app/controllers/
exists app/helpers/
create app/views/recipes
exists app/views/layouts/
exists test/functional/
exists test/unit/
create app/views/recipes/index.html.erb
wrong number of arguments (1 for 2)
This doesn’t make sense, I gave it all the arguments the tutorial told me to give and i have done all the previous steps. Some help here would be appreciated.