nifty-generators icon indicating copy to clipboard operation
nifty-generators copied to clipboard

Rails 3 - nifty_scaffold error

Open docklandsstudios opened this issue 14 years ago • 1 comments

I'm following Railscast #124 Beta Invitations

I added to my gemfile gem "nifty-generators" and ran 'bundle install' and it installed v0.4.6

I then entered

$ rails generate nifty_scaffold invitation sender_id:integer recipient_email:string tok en:string sent_at:datetime new

I got this error:

Could not find generator nifty_scaffold. (note the period/full stop at the end?)

Any suggestions?

(I have Devise installed but cannot find a tutorial on integrating it with this!)

docklandsstudios avatar Jun 01 '11 23:06 docklandsstudios

Try using nifty:scaffold instead of nifty_scaffold.

ryanb avatar Jun 29 '11 22:06 ryanb