哪个 Rails 投票系统 gem 具有以下功能?

发布于 2024-12-08 17:59:02 字数 328 浏览 1 评论 0 原文

哪个 Rails 投票系统插件或 gem 具有以下功能

  • 投票赞成和反对

  • 能够显示净票数

  • 为模型中的所有对象投票(但每个用户每个对象只能投票一次)
  • 以更高的票数列出模型中的所有对象
  • 不要对自己的对象投票

我已经看过 竖起大拇指 gem,但它没有明确说明,我可能是错的(如果我错了请纠正我)。另外我需要知道是否可以自定义竖起大拇指 gem?谢谢提前给你

Which rails voting system plugin or gem that has the following features

  • vote up &down

  • Ability to show net number of votes

  • vote for all objects in the model (But only once per object per user)
  • list all objects in the model by higher number of votes
  • Not to vote on your own object

I have looked at thumbs up gem,but its not stating clearly,i might be wrong (if i am wrong please correct me).Also i need to know if it is possible to customize thumbs up gem?Thank you in advance

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

‘画卷フ 2024-12-15 17:59:02

这可能就是您想要的: make_voteable

还有大量其他可用的投票宝石,请参阅 ruby​​-toolbox:

https://www.ruby-toolbox.com/search?utf8=%E2% 9C%93&q=voting

是的,如果您想改变它的工作方式,您可以随时在“竖起大拇指”gem 上分叉代码。

This may be what you're after: make_voteable

There are loads of other voting gems available, see ruby-toolbox:

https://www.ruby-toolbox.com/search?utf8=%E2%9C%93&q=voting

And yes, you can always fork the code on the 'thumbs up' gem if you'd like to change how it works.

雄赳赳气昂昂 2024-12-15 17:59:02

对于您提到的全部功能来说,acts_as_votable 是一个非常好的宝石

acts_as_votable

下载链接:rubygems acts_as_votable

acts_as_votable is a really good gem for the full features you have mentioned

acts_as_votable

Downloawd link : rubygems acts_as_votable

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文