When was scafold_reource

When was scaffold_resource released?

I was under the impression form blogs and article that it was part of rails 1.2 (e.g. http://softiesonrails.com/2006/9/25/quick-guide-to-the-new-scaffold_resource-generator

But

$ rails -v Rails 1.2.1 $ ruby script/generator scaffold_resource ruby: No such file or directory -- script/generator (LoadError)

that error looks like a problem with your current working directory. are you in a rails app when running that? can you run just `ruby ./script/generator`? if not then your path is the issue.

scaffold_resource generator is in 1.2

ed

Ed Hickey said the following on 02/03/2007 12:46 PM: