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
- optimize all-tags-query using a query instead of a join per tag
- Tags cannot be removed with `tag_ids` after calling `as_json`
- Fix issue when reordering tags and @@remove_unused_tags is true
- NoMethodError: undefined method `tags_from'
- accessing tag_list incomplete
- Issue serializing TagList to YAML
- SQL-Query on every update (even without Changes)
- Option to prevent user of inserting malicious text in the tag
- Applying custom parser on save only
- `tagged_with` adding backslash to tag names when `any: true`
- Docs
- Budget::Ballot#casted_offline?
- Budget::Ballot#heading_for_group
- Budget::Ballot#has_investment?
- Budget::Ballot#has_lines_in_heading?
- Budget::Ballot#has_lines_with_heading?
- Budget::Ballot#has_lines_with_no_heading?
- Budget::Ballot#valid_heading?
- Budget::Ballot#different_heading_assigned?
- Budget::Ballot#wrong_budget?
- Budget::Ballot#has_lines_in_group?