RailsCasts Pro episodes are now free!

Learn more or hide this

Sascha Plaum's Profile

GitHub User: vreen

Comments by Sascha Plaum

Avatar

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)