I\'m having trouble in my application where a controller is calling a method and the server is reporting that the method doesn\'t exist.
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
I\'m using acts_as_taggable_on and I\'m trying to query for all users tagged with any of the tags in the collection tags
I\'m using ruby on rails 2.3.8, and I\'ve installed the acts_as_taggable_on plugin for tagging announcements and everything was fine开发者_如何学Go until I discovered I had no easy and neat way of get
I\'m using acts_as_taggable_on in a model, and am trying to implement the auto_complete plugin. It seems as though I have everything hooked up correctly, but the search isn\'t returning any results. H
I have an index view that lists all of the tags for my Entry and Message models. I would like to only show the tags for Entries in this view. I\'m using acts-as-taggable-on.
I\'m looking for suggestions on how to track the number of tags associated with a particular object in Rails. I\'m using acts_as_taggable_on and it\'s working fine. What I would like to be able to do
So in another controller, I use a find like this: @entries = Entry.find(:all, :conditions => [\'live = ?\', false])
Hi I\'m using the rails plugin acts-as-taggable-onand I\'m trying to find the top 5 most used tags whose names match and partially match a given query.
In a blog system I\'m working on, I want to use tags as a mechanism for deciding where a particular post shows up. I\'m using acts_as_taggable_on to set up two contexts, the normal :tags context and t