This post originated from an RSS feed registered with Ruby Buzz
by Guy Naor.
Original Post: A New Version of acts_as_rated plugin
Feed Title: Famundo - The Dev Blog
Feed URL: http://devblog.famundo.com/xml/rss/feed.xml
Feed Description: A blog describing the development and related technologies involved in creating famundo.com - a family management sytem written using Ruby On Rails and postgres
I just uploaded to rubyforge a new version of the acts_as_rated plugin.
This version is thanks to Tiago Serafim who tested it and proposed the needed changes needed to make it work with MySQL.
Tiago also proposed a new method: rated_by?(rater) that returns true if the object is rated by the passed rater.
Thanks Tiago!
As usual full testing is provided. There is one failure in MySQL testing due to strangeness in MySQL average handling. They do fully pass with Postgres.