Hi i am usingacts_as_taggable in my rails app 2.3.11. I have model User who canposts which has tags associated .
I\'m having trouble understanding how the \"tagged_with\" method would work in the case where I wanted to search \"by context\".
I\'m confused with how the flags :on and :any works together in the \"tagged_with\" method of acts_as_taggable_on.
When I have a relation such as: class Programmer < ActiveRecord::Base has_many :projects has_many :assignments, :through => :projects
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
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
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
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.
I would like to use acts_as_taggable_on to do a auto suggest style tagging similar to stackoverflow below... that or facebook.
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