I’m getting started building a site with Rails and I would like people to be able to vote certain things with the options of “yes” or “no” or “right” or “wrong”. I would also like there to be a running tally computed by percent (maybe below). Could someone tell me how I can add this functionality?
Thanks
I just finished up something similar.
If you’d like to see how other people have tackled this problem, just search github. There are 30 ruby repos.
I found acts_as_voteable the most helpful.