acts-as-taggable
Tag cloud of only specific posts in rails
Hi i am usingacts_as_taggable in my rails app 2.3.11. I have model User who canposts which has tags associated .[详细]
2023-03-27 05:59 分类:问答How to search by context using acts-as-taggable-on
I\'m having trouble understanding how the \"tagged_with\" method would work in the case where I wanted to search \"by context\".[详细]
2023-02-22 07:52 分类:问答Does the :any flag overwrites the :on (context) flag in acts_as_taggable_on's tagged_with?
I\'m confused with how the flags :on and :any works together in the \"tagged_with\" method of acts_as_taggable_on.[详细]
2023-02-22 02:56 分类:问答Rails Why does acts_as_taggable not need to be in a nested form to create tags?
When I have a relation such as: class Programmer < ActiveRecord::Base has_many :projects has_many :assignments, :through => :projects[详细]
2023-02-16 13:44 分类:问答How to add tagging with autocomplete to an existing model in Rails?
I\'m trying to add \"tags\" to an Article model in a Rails 3 application. I\'m wondering if there is a gem or plugin that has adds both the \"tagging\" functionality in the model and also the auto-co[详细]
2023-02-09 21:19 分类:问答Rails 3 tagging problems, acts_as_taggable_on
I\'m using acts_as_taggable_on to add tags to posts, other tagging开发者_C百科 plugins/gems don\'t work with rails 3. I can edit/display tags on the post model and the tags controller displays the pos[详细]
2023-01-22 05:24 分类:问答acts_as_taggable undefined method 'each' error
I am trying to use acts_as_taggable plugin to include tag functionality in my ruby on rails application. I have attached the code. I have installed the plugin and开发者_开发技巧 also run the migration[详细]
2023-01-08 16:30 分类:问答Stable URL of acts_as_taggable plugin in Ruby on Rails
In one of my applications on Ruby on Rails, I am using acts_as_taggable plugin. Coding was doing fine and suddenly it started giving following error.[详细]
2022-12-28 04:39 分类:问答acts_as_taggable_on with finders
I would like to use acts_as_taggable_on to do a auto suggest style tagging similar to stackoverflow below... that or facebook.[详细]
2022-12-26 18:36 分类:问答Rails (pagination and tags)
I stumbled upon a problem of how to make work together acts_as_taggable (on steroids) and will_paginate gems. What I found on this problem is this: http://www.mckinneystation.com/2007/08/20/pagination[详细]
2022-12-26 09:07 分类:问答