I’m trying a simple RoR application and using nifty generator scripts for scaffolding, layout files, authentication.
I added to my gemfile gem 'nifty-generators' and i ran 'bundle install' and it installed.
Then i entered
$ rails g nifty:scaffold Recipe name:string index new
I got the following exception
Could not find generator nifty:scaffold
What could be the issue here
If you are using Rails 3 ( of course you do since you are beginner), then use scaffold instead of nifty:scaffold
Like this