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
- find_or_create_all_with_like_by_name should not raise DuplicateTagError
- Adding scoped tags doesn't allow strings
- Rails admin act as taggable not showing tags
- model not saved if tag length > 255 characters
- Creating new tag as tagger deletes all previous taggings
- How not to destroy taggings when a taggable record is destroyed?
- tags with same name / one lowercase
- Cache miss on PostgreSQL when using forced lowercase tags
- How to use tagged_with to find related objects that have a certain tag
- Remove broken and unnecessary select clause when calling #tagged_with([], any: true)
- Docs