Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

2
votes
0answers
42 views

How to declare tags aliases with acts_as_taggable_on in Rails?

The acts_as_taggable_on implementation worked quite well, but I also need to declare tags aliases. I've found a plugin that claimed to do so, acts_as_taggable_with_aliases, but last commit was in ...
2
votes
1answer
186 views

Grails Liquibase plugin and Taggable plugin

Perhaps this is a shot in the dark but I am attempting to use the Grails Liquibase plugin and it appears as though there is a compatibility issue with the Taggable plugin. The Taggable plugin works by ...
2
votes
1answer
745 views

Sort tag cloud alphabetically in acts_as_taggable_on_steroids

I got the acts_as_taggable_on_steroids plugin to work fine. The tag_cloud method in my view create and formats the cloud properly however the tags are listed in order of 'count desc'. How to I ...
1
vote
2answers
398 views

Rails Acts as taggable on: Find related keywords on multiple taggable types

I'm creating a "Related content" area on a website and using the acts-as-taggable-on gem to do this. Then in an article, it pulls in related content by keywords matches. The following code works well ...
1
vote
0answers
1k views

Unknown record property / related component “…” on “…” with sfDoctrineActAsTaggablePlugin

I'm using the symfony plugin sfDoctrineActAsTaggablePlugin to add a Taggable behaviour to some objects of my model. I followed the instruction given here but when I want to save a taggable element in ...
0
votes
0answers
74 views

cakephp search plugin findByTags using AND instead of OR

I'm trying to search for tags using cakephp's search and tags plugins. There are 3 tables which have the following structure: Articles id ... Tags id name ... Tagged id foreign_key ...
0
votes
1answer
620 views

Grails: How to combine findAllBy and findAllByTag

as I am new to Grails and dynamic languages, I do have some 'hopefully simple' question. I installed the taggable plugin which works fine. There is an array coming in with tags. I collect for every ...