Star rating in AJAX with Ruby On Rails

ajax, rating, ruby, ruby-on-rails

Solution

Check out ajaxful-rating plugin.

Problem

I think that acts_as_rateable seems to be quite obsolete and doesn't support AJAX. I'm looking for a simple "5 star" rating system: is there any plugin or tutorial that can help?

Original source