I don't see that line anywhere on the referenced page...
rails expenses
OK, so you created a new project -- before you did anything else
did you start the server to see if it ran "out of the box"? Or run
`script/about`? I'd do those first.
script/generate scaffold event name:string budget:decimal
- wrong constant name Name:stringController
You also might updating your Rails version to something close to
current, create a new project with it, see if that basically runs, and
then try generating your scaffold.
so I have been using Aptana Studio as an IDE. I am on Mac OS 10.5, so
I went to the terminal and typed in
"sudo gem update --system"
and let it run through the updates, and in the terminal i typed in
"rails expenses" and it worked and then i typed in "script/generate
scaffold events ..." and I didnt get any errors. I hope this works for
others!