acts-as-taggable-on
Rails3 acts_as_taggable with a form
I\'ve just started working with the acts_as_taggable gem. Really liking it so far, but I am a bit unclear about how to use this gem with a form.[详细]
2023-04-11 22:13 分类:问答Showing only the most popular tags in the acts_as_taggable_on tag cloud
Acts-as-taggable works great and everything but I was wondering if there was a way to restrict the tag cloud to only the most popular tags? Right not it looks like its ordering my cloud by th开发者_如[详细]
2023-04-11 20:50 分类:问答acts_as_taggable_on find existing tags to suggest from content
We\'re using the (brilliant) acts_as_taggable_on Rails gem, allowing users to add tags to content they write (e.g. blog comment).开发者_开发百科We auto-suggest on as they type, but would also like to[详细]
2023-04-08 17:51 分类:问答undefined local variable or method `acts_as_taggable' in gem
I\'m working on converting a plugin to a gem. In one of the models I\'m using acts_as_taggable_on, and it looks like this[详细]
2023-04-07 23:21 分类:问答Acts_as_taggable_on fails in rails 3.1
I am using acts_as_taggable_on on my rails 3.1 app. This is my model class User < ActiveRecord::Base[详细]
2023-04-06 15:10 分类:问答Optimizing queries with acts_as_taggable_on
Using Rails 3.1 and gem \'acts-as-taggable-on\' version 2.1.1. I have a class: class Meal < ActiveRecord::Base[详细]
2023-04-05 19:48 分类:问答Converting from MySQL to Postgres and getting a 'column "Product" does not exist' error
I\'m using acts_as_taggable_on in rails and I\'m trying to get a listing of all Products that have yet开发者_JS百科 to be tagged.In MySQL the following query worked:[详细]
2023-04-04 05:25 分类:问答Why aren't all tags returned?
Given a user model and a brand model, and acts_as_taggable_on I have 2 users that have tagged a brand with 2 tags each. Then in the console:[详细]
2023-04-02 00:29 分类:问答How can I filter my query to show instances where current user has no tags?
I\'m trying to show only brand instances which the current user has not tagged, even if other users have tagged the same brand already. Something like:[详细]
2023-04-01 02:07 分类:问答ActsAsTaggableOn Tagging with checkboxes
I\'m playing with ActsAsTaggableOn in a small project to see what are the possibilities of this gem. So I have Products and products can have tags.[详细]
2023-03-31 02:14 分类:问答