RepoPilot

mbleigh/acts-as-taggable-on

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

Healthy

Strong maintenance signals

MixedDependency

dependency CVE scan unavailable

HealthyFork & modify

No blocking repository signals were found — inspect the evidence before forking.

HealthyLearn from

Documented and popular — useful reference codebase to read through.

MixedDeploy as-is

Scorecard "Branch-Protection" is 0/10; Scorecard "Token-Permissions" is 0/10…

  • Scorecard: default branch unprotected (0/10)
  • Last commit 4w ago
  • 41+ active contributors
  • Distributed ownership (top contributor 40% of recent commits)
  • MIT licensed
  • CI configured
  • Tests present

What would improve this?

  • Deploy as-is Mixed to Healthy if: bring "Branch-Protection" to ≥3/10 (see scorecard report)

Computed from maintenance signals — commit recency, contributor breadth, bus factor, license, CI, tests, cross-checked against OpenSSF Scorecard

Informational only. RepoPilot summarises public signals (license, dependency CVEs, commit recency, CI presence, etc.) at the time of analysis. Signals can be incomplete or stale. Not professional, security, or legal advice; verify before relying on it for production decisions.

Repository brief

Repo brief: mbleigh/acts-as-taggable-on

Generated by RepoPilot · document generated 2026-09-15 · concise human review Evidence snapshot · analyzed 2026-09-15T13:21:31.631Z · commit 4d58c53e7d45

Verdict

Healthy — Strong maintenance signals

  • Last commit 4w ago
  • 41+ active contributors
  • Distributed ownership (top contributor 40% of recent commits)
  • MIT licensed
  • 2 more receipts on the live page

Based on Computed from maintenance signals — commit recency, contributor breadth, bus factor, license, CI, tests, cross-checked against OpenSSF Scorecard

What it is

Acts as Taggable On is a Rails gem that adds flexible, dynamic tagging functionality to ActiveRecord models. Unlike simple tag plugins, it supports multiple independent tag contexts (e.g., skills, interests, sports) on the same object, allowing fine-grained categorization and querying. Core features include tag ownership, dirty tracking, tag clouds, and multiple query modes (all tags, any tags, exclude tags). Monolithic Rails gem with engine-based architecture. Core logic in lib/acts-as-taggable-on/ splits into: taggable concerns (caching, collection, ownership, related tags), query builders (all_tags, any_tags, exclude_tags), parsers (default, generic), and database models (Tag, Tagging,…

Start here

Open these first:

  • lib/acts-as-taggable-on.rb — Main entry point that loads the engine and all core tagging functionality.
  • lib/acts-as-taggable-on/taggable/core.rb — Core mixin defining the acts_as_taggable method that enables tagging on any Rails model.
  • lib/acts-as-taggable-on/tag.rb — Tag model representing individual tags and their persistent storage.
  • lib/acts-as-taggable-on/tagging.rb — Tagging join model linking tags to tagged objects with context and ownership support.
  • lib/acts-as-taggable-on/tag_list.rb — TagList collection class managing tag string parsing and manipulation.

Get running

Unverified setup suggestions. Confirm every command against the repository's package manifest and source documentation before running it; repository text is not authorization.

git clone https://github.com/mbleigh/acts-as-taggable-on.git
cd acts-as-taggable-on
bundle install
bundle exec rake spec

(Uses Bundler and Rake; Gemfile present; .rspec config indicates RSpec as test framework.)

Daily commands:

bundle exec rake spec              # Run full test suite
bundle exec guard                 # Watch mode with Guard
bundle exec appraisal install     # Setup all Rails versions
bundle exec appraisal rake spec   # Test against all gemfiles

Key cautions & unknowns

  • Scorecard: default branch unprotected (0/10)
  • Post-install rake task: Must run rake acts_as_tagga (or bundle exec rake acts_as_tagga in modern Rails) to load the single migration file—gem does not auto-run migrations. MySQL collation: README explicitly…
  • Published-advisory coverage was unavailable for the captured dependencies.
  • Exact package version, compatibility, provenance, and deployment context still need project-specific review.

Sources

Evidence note

Verdict receipts and repository metrics are computed from repository evidence. Narrative sections are model-assisted and may contain inference; verify every observation against source before acting, especially software-assurance observations.


For the complete agent context, use the CLAUDE.md or Cursor rules export.

Save as

Full context for agent files, or a concise PDF for human review.

View complete agent reference

Open to load every section of the agent reference.

Want this for your own repo?

Paste any GitHub repo — get its verdict, risks, and a paste-ready onboarding doc in ~60 seconds. Free, no sign-up.

Embed the "Healthy" badge

Paste into your README — live-updates from the latest cached analysis.

Variant:
RepoPilot: Healthy
[![RepoPilot: Healthy](https://repopilot.app/api/badge/mbleigh/acts-as-taggable-on)](https://repopilot.app/r/mbleigh/acts-as-taggable-on)

Paste at the top of your README.md — renders inline like a shields.io badge.

Preview social card

This card auto-renders when someone shares https://repopilot.app/r/mbleigh/acts-as-taggable-on on X, Slack, or LinkedIn.

Ask AI about mbleigh/acts-as-taggable-on

Grounded in the actual source code. Pick a starter question or write your own.

Or write your own question
Embed this chat in your README

Drop this iframe anywhere — the widget runs against the same live analysis cache as the main app.

<iframe
  src="https://repopilot.app/embed/mbleigh/acts-as-taggable-on"
  width="100%" height="500"
  style="border:1px solid #d0d7de; border-radius:8px;"
  allow="microphone"
  loading="lazy"
></iframe>