Add ratings to an existing Ruby On Rails Application

Hi,

I am trying to add a ratings feature to an existing Ruby On Rails

application. The application runs on Ruby 1.8.7 and rails 2.3.5
versions.
Do i need to install any specific gem for it ? Or any specific procedure
for it ?

Please site an example if possible.

Thanks,
Bhargav

Hey there…
You can use this gem for implementing rating into your application.Its
simple and easy to implement.

enjoy coding…

Hi Pardeep,

       I am using rails 2.3.5 . This gem requires rails 3.1

Thanks,
bhargav

On Fri, Jan 4, 2013 at 5:46 AM, bhargav desai [email protected]
wrote:

       I am using rails 2.3.5 . This gem requires rails 3.1

If nothing else, grab the gem source and use it to write your own?

Hey Bhargava,
One more thing you can do is use any jquery star rating and save it
using ajax…

You can take a look at
activerecord-reputation-systemhttps://github.com/twitter/activerecord-reputation-systemgem
by twitter.

Gautam P. wrote in post #1091288:

You can take a look at

activerecord-reputation-systemhttps://github.com/twitter/activerecord-reputation-systemgem

by twitter.

Hi Gautam,

      This page does not exist.

Thanks,
Bhargav