I’m adapting the acts_as_taggable plugin and it strikes me as odd that
nobody seems to have ever dealt with the fact that it doesn’t include a
means to remove tags. It’s recommended in the Rails Recipes book and
I’ve seen other posters on the mailing list and Rails Wiki recommending
it, but hasn’t anybody ever wanted to remove a tag?
I’m just learning more about polymorphic associations, so I’m sure it
will be clear once I understand them more, but for now I am having
trouble working out how to do a few things:
- remove a specific tag from an object
- determine if an object includes a tag named X
- make sure all the tags on my object are unique, that it doesn’t have
duplicated tag names
Any pointers?
Thanks!
Jeff