Best way to implement voting in a Rails application?

后端 未结 3 511
一生所求
一生所求 2021-02-04 18:48

What\'s the best plugin these days for implementing voting on a Rails site?

Two I\'m aware of are:

  1. vote_fu
  2. acts_as_voteable
3条回答
  •  故里飘歌
    2021-02-04 19:23

    Coming in a bit late here, but from what I can tell vote_fu was inspired by acts_as_voteable (and supports its syntax), but is more actively developed.

提交回复
热议问题