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

update tag #11

Closed rajagopals closed 12 years ago

rajagopals commented 12 years ago

Hi,

Could you please update the latest release to the master. I was stumped for a while when Rails kept giving me 'can't mass-assign protected attributes' error.

Thanks!

aantix commented 12 years ago

Good thinking. I will try to get that done in the next couple of days.

aantix commented 12 years ago

1.2.0 has been released.

rajagopals commented 12 years ago

thanks!  Also, I noticed a possible error in the readme.

<% turkee_form_for(@survey, params) do |f| %> should be

<%= turkee_form_for(@survey, params) do |f| %> intead, right?

On Wed, May 9, 2012 at 11:01 PM, Jim Jones reply@reply.github.com wrote:

1.2.0 has been released.


Reply to this email directly or view it on GitHub: https://github.com/aantix/turkee/issues/11#issuecomment-5618710

aantix commented 12 years ago

Ah, yes, you are correct. I will update now. Thanks!