需要有关处理“标签”的最佳方法的建议在 Rails 应用程序中
想要实现一些解决方案,将标签添加到特定的用户配置文件,并在我的应用程序本身中使用这些标签。什么是一个好的标签宝石来处理铁路应用程序中的所有标签并让用户也可以选择现有标签或添加新标签?
Would like to implement some solution for adding tags to a certain user profile and using these tags also in my app itself. What would be a good tags gems to handle all the tags in an rail app and let users also pick existing tags or add new ones?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
根据您的需求:
acts-as-taggable-on
或
acts_as_taggable_on_steroids
两者都很棒,具体取决于您的具体需求标记
Depending on your needs:
acts-as-taggable-on
or
acts_as_taggable_on_steroids
both are great depending on exacly what you require form you tagging