What are you good folks using for tagging? acts_as_taggable? Looks kinda heavyweight.
@ngw I chose acts_as_taggable and I regret it. Should’ve went with a custom solution.
AAT has this weird architecture where the Tags are not bound to contexts - the Taggings are instead. Forces you to do weird and dirty workarounds. Also, the eager loading of tagging data will drive you nuts.
Unfortunately I don’t know about better gems in this area :(