Removing tags with acts_as_taggable plugin?

1. haven't implemented that so I can't tell you 2. mytaggedobject.tags.find_by_name(tagiamlookingfor) 3. you'll have to add this yourself in acts_as_taggable.rb, using uniq to filter the list passed in by the user should work I think.

Good Luck!