简体   繁体   中英

I need gem were user can vote for my ruby on rails site

I'm trying to make an site where user can post a pic and challenge someone. Then rest of users voting which one is better. Is there any gem for my Ruby on rails site to help me? or I just need cowrite ir form scratch?

There are gems to handle voting on a site like

  1. Thumbsup site : https://github.com/bouchard/thumbs_up
  2. MakeVotable site: https://github.com/medihack/make_voteable
  3. ActsAsVotable site: https://github.com/ryanto/acts_as_votable

They are based on Active record. Hope this provides adequate direction towards the solution you seek.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM