0
I Use This!
Inactive

Commits : Listings

Analyzed about 21 hours ago. based on code collected 1 day ago.
Apr 27, 2023 — Apr 27, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
minor edit to generator More... about 13 years ago
added initializer to generator More... about 13 years ago
added initializer to generator More... about 13 years ago
added initializer to generator More... about 13 years ago
converted to rails 3 generator More... about 13 years ago
converted to rails 3 generator More... about 13 years ago
converted to rails 3 generator More... about 13 years ago
updated gemspec More... about 13 years ago
moved /generators under /lib More... about 13 years ago
When creating a TurkeeTask record, TurkeeTask.sandbox is now based on RTurk.sandbox?. This way the sandbox only has to be initialized in one place. More... about 13 years ago
Added output of hit_url when task is created. More... about 13 years ago
Fixed a couple of documentation bugs. Bumped the version number. More... about 13 years ago
Updated readme to include a link to the Turkee Iterator example. More... over 13 years ago
Updated gemspec. More... over 13 years ago
Bumped the minor version number. More... over 13 years ago
Modified gemspec More... over 13 years ago
Updated the readme. More... over 13 years ago
Updated the readme. More... over 13 years ago
Updated the readme. More... over 13 years ago
Removed the javascript from the generator as it's no longer needed. More... over 13 years ago
Format changes. More... over 13 years ago
If the model passed in implemented the class method 'hit_complete', it will be called (with the appropriate turkee_task) when all hits have completed. This allows a model to take action and possibly start other tasks based on the completion of the parent task. More... over 13 years ago
mturk_url now based on the RTurk sandbox config setting and not the Rails env. More... over 13 years ago
Reformatted create call. More... over 13 years ago
Removed a couple more bugs related to model selection from param hash More... over 13 years ago
find_model searches the returned parameter hash from Mechanical turk and attempts to find the corresponding ActiveRecord model for one of the nested hashes. More... over 13 years ago
So... tired.... More... over 13 years ago
Commenting out approve/reject for now. More... over 13 years ago
Generated hash from Turk values should now select the proper subhash for the creation of the model record (in this instance, Iteration). More... over 13 years ago
Fixed logic that was preventing the process_hits from proceeding. More... over 13 years ago