RailsCasts Pro episodes are now free!

Learn more or hide this

nurettin senyer's Profile

GitHub User: seyyah

Site: http://seyyah.me

Comments by nurettin senyer

Avatar

Very nice tutorial. Thanks a lot.

At Rails 3.2.*,

bash
$ rails -v
Rails 3.2.3

I replace,

  • nifty_layout -> nifty:layout
  • nifty_scaffold -> nifty:scaffold

and concate nifty gem entry on Gemfile

bash
$ cat << Gemfile
gem 'nifty-generators'

also add line in app/models/survey.rb file

ruby
attr_accessible :name, :questions_attributes