acts-as-taggable-on
https://github.com/mbleigh/acts-as-taggable-on
Ruby
A tagging plugin for Rails applications that allows for custom tagging along dynamic contexts.
Triage Issues!
When you volunteer to triage issues, you'll receive an email each day with a link to an open issue that needs help in this project. You'll also receive instructions on how to triage issues.
Triage Docs!
Receive a documented method or class from your favorite GitHub repos in your inbox every day. If you're really pro, receive undocumented methods or classes and supercharge your commit history.
36 Subscribers
View all SubscribersAdd a CodeTriage badge to acts-as-taggable-on
Help out
- Issues
- multiple tagged_with calls break size()
- I haven't way to know about validation errors of tags
- SQLite: ClassMethods#save_tags() raises a Rollback
- Need to document caching
- dirty methods do not work when tag_list changed using 'add' and 'remove' methods
- all_tags query ordered by taggings.created_at didn't include taggings.created_at to sort by
- SELECT clause is overwritten when used with merge and wild search
- find_related method explodes on blank?
- Extremely slow queries when using #tagged_with a lot of tags
- Unable to sort by taggings.created_at due to SHA/random table aliases
- Docs