rails script/generate scaffold_resource not working

I’m trying to follow the tutorial HowTo: track the effects of your email campaign but am getting stuck with the following error:

Tab:campaign pixelcort$ script/generate scaffold_resource user \
name:string email:string verification_hash:string
Couldn't find 'scaffold_resource' generator
Tab:campaign pixelcort$ rails -v
Rails 2.0.2

Any thoughts?

1 Response to “rails script/generate scaffold_resource not working”


  1. 1 NemoT

    Hi If you use Rails 2.0.2 you should not write more scaffoldresource !!! you can write only scaffold at it will make all the things like scaffoldresource.

Leave a Reply