如何将第二个参数添加到acts_as_taggable_on_steroids插件中的标签中

发布于 2024-09-10 19:37:14 字数 235 浏览 4 评论 0原文

在我的Rails应用程序中,我尝试使用acts_as_taggable_on_steroids插件,但它有点不足。我想向每个标签添加第二个参数来描述它所标记的内容。不是类,我理解是记录在标记连接表中。例如,如果我要标记一次采访,我会以(“微软”,“公司”),(“校园”,“位置”)的形式给它多个标签。目前,向项目添加标签的唯一方法是使用 Model.tag_list.add(*args)。对我来说修改插件或者从头开始会更容易吗?

In my Rails application I am trying to use the acts_as_taggable_on_steroids plugin but it is falling short a little bit. I would like to add a second parameter to each tag that describes what it is tagging. Not the class, I understand that is recorded in the taggings join table. For example, if I were to tag an interview, I would give it multiple tags in the form of ("microsoft","company"), ("campus", "location"). Currently the only way to add tags to an item is with Model.tag_list.add(*args). Would it be easier for me to modify the plugin or to start from the ground up?

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

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

发布评论

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

评论(1

还给你自由 2024-09-17 19:37:18

我决定将acts-as-taggable-on-steroids 换成acts-as-taggable-on,它有一个叫做上下文标记的东西。

I've decided that I am going to switch out acts-as-taggable-on-steroids for acts-as-taggable-on which has something called context tagging.

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