使用 Ruby On Rails 在 AJAX 中进行星级评定
我认为acts_as_rateable似乎已经过时并且不支持AJAX。
我正在寻找一个简单的“5 星”评级系统:是否有任何插件或教程可以提供帮助?
I think that acts_as_rateable seems to be quite obsolete and doesn't support AJAX.
I'm looking for a simple "5 star" rating system: is there any plugin or tutorial that can help?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
整整一年后,由于这是 Google 上关于该主题的热门搜索之一,我想我应该添加以下注释:
Ajaxful 评级在 Rails 3 上并不真正有效,因此您可能需要查看本教程以了解如何在 Rails 3 中创建您自己的星级评级系统。
(http://八十-b.tumblr.com/post/1569674815/creating-an-ajaxified-star- rating-system-in-rails-3)
Fully a year later, since this is one of the top hits on Google for this subject I thought I'd add this note:
Ajaxful rating doesn't really work on Rails 3, so you might want to check out this tutorial for how to create your own star rating system in Rails 3.
(http://eighty-b.tumblr.com/post/1569674815/creating-an-ajaxified-star-rating-system-in-rails-3)
查看 ajaxful 评级插件。
Check out ajaxful-rating plugin.