# mbleigh/acts-as-taggable-on

A tagging plugin for Rails applications that allows for custom tagging along dynamic contexts.

Repository: https://github.com/mbleigh/acts-as-taggable-on
Canonical: https://ross.abutalabs.com/products/acts-as-taggable-on
Homepage: http://mbleigh.lighthouseapp.com/projects/10116-acts-as-taggable-on
Language: Ruby
License: MIT
License Family: permissive
Last push: 2026-08-07T07:35:14+00:00

## Health v2 (maintenance only)
Score: 66/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 96, release rhythm 8, longevity 100
- inputs: {"age_days": 6739, "days_push": 26, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 4988, forks 1194 (observed 2026-08-28T04:09:04.282949+00:00)

## What it is
A Ruby on Rails plugin (gem) that adds flexible tagging to ActiveRecord models, supporting an arbitrary number of tag contexts such as skills, interests, or sports. It provides tag ownership, tag cloud calculations, finding related tagged objects, and tag parsing.

## Use cases
- add tags to Rails models with multiple contexts
- build a tag cloud for a Rails app
- find objects tagged with specific tags
- let users own their own tags on shared content
- find related objects by shared tags
- tag users with skills and interests separately

## When to choose
- you have a Rails/ActiveRecord app and need multi-context tagging
- you need tag ownership, tag clouds, or related-object queries out of the box
- you want a mature, widely used tagging solution for Ruby

## When to avoid
- you are not using Ruby on Rails or ActiveRecord
- you need full-text or faceted search rather than simple tagging
- you use a non-SQL database without ActiveRecord

## Facets
- artifact type: library
- maturity: stable
- function: orm, search-engine, plugin-system
- domain: web-development, backend, databases
- platform: ruby
- tags: rails, tagging, activerecord, gem, tag-clouds, tag-contexts, web-server

## Member repositories
- mbleigh/acts-as-taggable-on (main) score 66

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:09:04.282949+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-29T18:17:40.438546+00:00, confidence not recorded.
  - readme: https://github.com/mbleigh/acts-as-taggable-on (fetched 2026-08-28T04:09:04.282949+00:00, sha f49892135756)
  - homepage: http://mbleigh.lighthouseapp.com/projects/10116-acts-as-taggable-on (fetched 2026-08-29T08:58:51.109075+00:00, sha 7af6d403f94c)
  - site_page: https://lighthouseapp.com/plans (fetched 2026-08-29T08:58:51.118543+00:00, sha 6356dab45364)
  - site_page: http://help.lighthouseapp.com/faqs/api (fetched 2026-08-29T08:58:51.121023+00:00, sha 882cb5376a6e)
- Data as of 2026-08-30T08:39:29.467469+00:00.
