aantix / turkee

Blurring the line between Mechanical Turk, Rails and usability testing..
http://github.com/aantix/turkee
MIT License
152 stars 39 forks source link

Rails 4 generate turkee fails #20

Closed cheolhom closed 11 years ago

cheolhom commented 11 years ago

run rails g turkee

/deprecated_mass_assignment_security.rb:14:in attr_accessible':attr_accessible` is extracted out of Rails into a gem. Please use new recommended protection model for params

cheolhom commented 11 years ago

Only now saw latest checkins - added to Gemfile

gem 'turkee', :git => 'https://github.com/aantix/turkee.git', branch: 'master'

resolved.

aantix commented 11 years ago

Just updated the README to let Rails 4 users know they should be using the master branch. Thanks.