acts_as_rateable Ruby on rails plugin
Tuesday, September 23rd, 2008Adds acts_as_rateable functionality to ActiveRecord models, which allows you to associate a rating with any model, which you can then use for searching, sorting, etc ie adds the ability to rate/rank arbitrary ActiveRecord model objects
Adds the ability to rate/rank arbitrary ActiveRecord model objects
installation
script/plugin install svn://rubyforge.org/var/svn/rateableplugin/trunk
(more…)
