Skip to content

@davidcelis davidcelis released this Apr 24, 2018

This release includes a fix for using ActiveRecord UUIDs.

Assets 3

@davidcelis davidcelis released this Apr 15, 2018 · 4 commits to master since this release

New things:

  • Support for UUIDs (config.orm = :active_record_uuid)
  • Allow setting a dynamic Redis namespace (config.redis_namespace = -> { … })
  • Allow using methods such as liked_for with module-nested models (e.g. current_user.liked_for(Forem::Post))

Fixes:

  • Fix a syntax issue with quotes in PostgreSQL
Assets 3

@davidcelis davidcelis released this Jun 8, 2014 · 40 commits to master since this release

  • Recommendations with negative scores, which occurs when there aren't many good ones available, will no longer be returned
  • Recommendations are now correctly sorted by score when returned, but no longer return a chainable Relation
  • User IDs will be to_s'd upon entering the Enqueue method, to support changes being made in Mongoid 4
Assets 3

@davidcelis davidcelis released this Apr 23, 2014 · 45 commits to master since this release

  • Redis commands used during similarity value/recommendation generation are now Pipelined, greatly improving performance. Thanks to @ajjahn (#90)
Assets 2

@davidcelis davidcelis released this Jan 9, 2014 · 56 commits to master since this release

  • Ratable subclasses behave more sanely, getting their own keys in Redis. This changes the behavior of Recommendable::Ratable.top and shows only items of the requested class (not the entire STI hierarchy)
  • Recommendable::Ratable.top can now take an options hash with options[:count] and options[:offset] both supported
Assets 2

@davidcelis davidcelis released this Jul 31, 2013 · 68 commits to master since this release

  • Add an unrate method that will unlike, undislike, or unhide (and unbookmark) the passed object (#81)
Assets 2
Jan 20, 2012
Regenerate gemspec for version 0.0.2
Jan 20, 2012
Regenerate gemspec for version 0.0.1
Jan 20, 2012
Regenerate gemspec for version 0.0.0
You can’t perform that action at this time.