public
Description: Demonstrates a reference implementation for handling ratings
Homepage: http://www.pluginaweek.org
Clone URL: git://github.com/pluginaweek/has_ratings.git
obrie (author)
Tue Jun 09 20:32:59 -0700 2009
commit  50d83db29c7ded1b65767cfa4581f8f03d0ad676
tree    97201d31cb730600b9b6c8cd92f15caef15a542f
parent  e600b651184e94b9248d60706778e4d43a4030bd
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