Dear all, I want to run nifty generators in Rails 3.0 but it not accepts. Please send me the information,Please send me the commands for authentication
Thanks
Dear all, I want to run nifty generators in Rails 3.0 but it not accepts. Please send me the information,Please send me the commands for authentication
Thanks
From the Github site and the README:
To use Nifty Generators with Rails 3 you will need to include it in your Gemfile.
gem "nifty-generators"
The generators use a colon as the separator instead of an underscore.
rails g nifty:layout
The Rails 3 support is still in early development, please report any issues you find.
If you have issues, I’d suggest you report them or debug it urself and contribute it back.
Best regards
Peter De Berdt
Thank you Peter