RailsCasts Pro episodes are now free!
Learn more or hide this
GitHub User: vreen
I did this with the jquery-raty-rails gem and it works quite well.
My current problem is displaying the value of the vote the current_user gave to my model. The average vote for my model is no problem via Model.reputation_for(:votes)
I did this with the jquery-raty-rails gem and it works quite well.
My current problem is displaying the value of the vote the current_user gave to my model. The average vote for my model is no problem via Model.reputation_for(:votes)