All Versions
17
Latest Version
Avg Release Cycle
58 days
Latest Release
3773 days ago

Changelog History
Page 1

  • v3.0.1 Changes

    November 27, 2014
    • Remove protected_attributes to fix a Rails 4 compatibility.
  • v3.0.0 Changes

    October 07, 2014
    • Add ability to set custom aggregation functions. (Caio Almeida)

    • Add serialized data field to evaluation and reputation models. (Caio Almeida)

    • Make ActiveRecord 4 compatible.

    • Drop Rails 3 and Ruby 1.8 support.

  • v2.0.2 Changes

    December 01, 2012
    • Fix a bug associated with add_or_update_evaluation method that happens when source uses STI.
  • v2.0.1 Changes

    October 05, 2012
    • Print out future deprecation warning for methods with_reputation and with_normalized_reputation.

    • Fix a finder related bug.

  • v2.0.0 Changes

    October 05, 2012
    • Deprecate init_value option.

    • Fix a average computation bug associated with deletes.

    • delete_evaluation returns false on failure, instead of nil.

    • Add has_evaluation? method.

    • Add auto-require reputation_system.

    • Add evaluators_for method.

    • Deprecate reputation_value_for and normalized_reputation_value_for methods.

    • Add evaluations association for all evaluation targets.

    • Set :sum as default for aggregated_by option.

    • Rename models - RSReputation to ReputationSystem::Reputation, RSEvaluation to ReputationSystem::Evaluation and RSReputationMessage to ReputationSystem::ReputationMessage

  • v1.5.1 Changes

    October 04, 2012
    • Fix a bug that raises exception when associations related reputation propageted has not been initialized at that time.
  • v1.5.0 Changes

    September 15, 2012
    • Add a support for STI.

    • Add reputation_for and normalized_reputation_for methods that are shorten name of reputation_value_for and normalized_reputation_value_for methods.

  • v1.4.0 Changes

    September 10, 2012
    • Add with_normalized_reputation and with_normalized_reputation_only.

    • Add with_reputation and with_reputation_only methods.

  • v1.3.4 Changes

    August 09, 2012
    • Fix name of a migration class again.
  • v1.3.3 Changes

    August 08, 2012
    • Fix name of a migration class.