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
- Fix issue when reordering tags and @@remove_unused_tags is true
- Issue serializing TagList to YAML
- Ownership does not work with tenancy
- tag_list is declared an attribute
- Added strict_default_collation_match as a config option
- N+1 SQL query problem with serialization due to tag_list
- Performance with wild: true in Postgres
- Json field on a model causes find_related_* to stop working
- tag_list attribute is nil
- Docs
- ApplicationController#set_cache_control_defaults
- ApplicationController#check_self_destruct!
- ApplicationController#body_class_string
- RemoveFeaturedTagWorker#perform
- InitialStatePresenter#critical_updates_pending
- Vacuum::MediaAttachmentsVacuum#retention_period?
- Vacuum::MediaAttachmentsVacuum#orphaned_media_attachments
- Vacuum::MediaAttachmentsVacuum#media_attachments_past_retention_period
- Vacuum::MediaAttachmentsVacuum#vacuum_orphaned_records!
- Vacuum::MediaAttachmentsVacuum#vacuum_cached_files!