The acts_as_taggable_on implementation worked quite well, but I also need to declare tags aliases. I\'ve found a plugin开发者_StackOverflow中文版 that claimed to do so, acts_as_taggable_with_aliases,
I\'m not sure how to display tags in my view that belong to a user logged in with Omniauth. A page in the view loads a random photos and tags associated to it (via a form that can be updated from tha
I\'m using RoR 3.0.8 and the gem act开发者_StackOverflows_as_taggable_on. I want to make it so that a post can have any of the following tags (politics, sports, social, science). I want them to choose
I have attr_accessor :politics, :tech, :entertainment, :sports, :science, :crime, :business, :social, :nature, :other in my post.rb (these are the tags), I want them to be virtual.
I have an application which has many stories Each story has and belongs to many tags (using acts-as-taggable-on)
I\'m trying to query an OR WHERE into an acts-as-taggable-on query, like so... Business.tagged_with(params[:query], :any => true)
I have a list of \'notes\', and each note has some tags via acts_as_taggable_on. It\'s a great plugin, and the tags are working wonderfully.
i don\'t know if this happens with you guys but when the column \'tagger_id\' and tagger_type are both filled out meaning all the columns are filled out in the taggings table, when you do this:
with act开发者_如何学JAVAs_as_taggable_on, how can I have a maximum number of tags?I use the following validations in my Post model
Will this method update every tag\'s updated_at timestamp from Acts_As_Taggable_On\'s tag_list array?