public
Description: Demonstrates a reference implementation for handling ratings
Homepage: http://www.pluginaweek.org
Clone URL: git://github.com/pluginaweek/has_ratings.git
has_ratings / CHANGELOG.rdoc
100644 24 lines (13 sloc) 0.421 kb

master

0.3.0 / 2009-04-30

  • Replace acts_as_enumeration with enumerate_by
  • Add dependency on Rails 2.3

0.2.0 / 2008-12-14

  • Remove the PluginAWeek namespace

0.1.0 / 2008-10-26

  • Change how the base module is included to prevent namespacing conflicts
  • Round to two decimal places for rating averages

0.0.2 / 2008-06-22

  • Remove log files from gems

0.0.1 / 2008-05-09

  • Initial public release