0
I Use This!
Inactive

Commits : Listings

Analyzed about 6 hours ago. based on code collected 1 day ago.
Mar 27, 2023 — Mar 27, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Added text about utilizing thin for ssl. More... over 10 years ago
Merge pull request #26 from Numerico/master More... over 10 years ago
updated deprecated class this removes: DEPRECATION WARNING: cl is deprecated and will be removed, use ActionDispatch::Integration instead. (called from form_url at ~/.rvm/gems/ruby-2.0.0-p353/bundler/gems/turkee-8c37590970e0/lib/models/turkee_task.rb:261) More... over 10 years ago
Support for the latest rturk enhancements. More... over 10 years ago
Updated README to include desc of Rails 4 support. More... over 10 years ago
Merge pull request #19 from petergoldstein/feature/rails_4_support More... over 10 years ago
Add a .travis.yml file. More... over 10 years ago
Update app to support Rails 4. Don't include attr_accessible if the Rails version is 4 or greater. Update specs to eliminate deprecations, use more modern FactoryGirl syntax. Change default rake task to use built-in RSpec task. More... over 10 years ago
Corrected a double rendering of the block contents. More... almost 11 years ago
Version bump; HEY OH More... almost 11 years ago
Fixed a bug where the block passed to turkee_form_for wasn't being rendered. More... almost 11 years ago
Updated the README to include an entry about passing qualifications. More... almost 11 years ago
Merge branch 'feature-999999-railsconf_demo' More... almost 11 years ago
Updated README More... almost 11 years ago
Fixed approve? spec. Wrong index value. More... almost 11 years ago
Updated gemspec to 2.0.0. More... almost 11 years ago
Changed format of directions header More... almost 11 years ago
Instituted a gold standard question for the study based on the feedback that the user entered. Helps to check whether they're human or not and also forces the Turker to review the feedback that they entered. More... almost 11 years ago
workerId and assignmentId are now persisted through cookies so that a study can be completed beyond the initial HIT page. More... almost 11 years ago
Added dummy app for testing of Turkee view helpers. More... almost 11 years ago
Introduced the concept of a study. A mechanism that allows the dev to easily setup a usability study by calling a single method within their layout file. More... almost 11 years ago
Model objects now use constantize instead of const_get as it's more flexible with dynamically instantiating namespaced models. More... about 11 years ago
HIT expiration is now signaled by it's own callback on the model (hit_expired) More... over 11 years ago
Initial refactor along with manually calculating HIT expiration. More... over 11 years ago
Wrapped the unprocessed_hits in a scope to properly determine whether we're running in Sandbox mode or not. More... over 11 years ago
Whitelisting the appropriate attributes for TurkeeImportedAssignment More... over 11 years ago
Bug Fix: Corection: Column should be sandbox. More... over 11 years ago
Bug Fix: Unprocessed hits should only retrieve turkee tasks that are for the appopriate dev mode (sandbox or production) More... over 11 years ago
Merge pull request #16 from denniskuczynski/status_tracking_improvements More... over 11 years ago
removing accidental sublime workspace files More... over 11 years ago