RepoPilot

public-activity/public_activity

Easy activity tracking for models - similar to Github's Public Activity

Mixed

Slowing — last commit 4mo ago

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

dependency CVE scan unavailable

  • Slowing — last commit 4mo ago
  • Concentrated ownership — top contributor handles 60% of recent commits
  • Last commit 4mo ago
  • 15 active contributors
  • MIT licensed
  • CI configured
  • Tests present

Computed from maintenance signals — commit recency, contributor breadth, bus factor, license, CI, tests

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: public-activity/public_activity

Generated by RepoPilot · document generated 2026-09-14 · concise human review Evidence snapshot · analyzed 2026-09-14T05:05:32.235Z · commit d8200889330c

Verdict

Mixed — Slowing — last commit 4mo ago

  • Last commit 4mo ago
  • 15 active contributors
  • MIT licensed
  • CI configured
  • 1 more receipt on the live page

Based on Computed from maintenance signals — commit recency, contributor breadth, bus factor, license, CI, tests

What it is

PublicActivity is a Rails gem that automatically tracks model changes (create, update, destroy) and stores them as Activity records, enabling GitHub-style activity feeds. It supports ActiveRecord, Mongoid, and MongoMapper, storing what changed and who made the change with customizable actions and view rendering. Modular ORM abstraction: lib/public_activity/orm/ contains pluggable implementations for ActiveRecord, Mongoid, and MongoMapper (each with activist.rb, activity.rb, adapter.rb, trackable.rb). Core logic in lib/public_activity/ (common.rb, config.rb, actions/ for CRUD tracking). Generators in lib/generators/ scaffold migrations and schema upgrades.

Start here

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/chaps-io/public_activity.git
cd public_activity
bundle install
# Run tests or demos (Rakefile present)
bundle exec rake

Daily commands:

No web server: this is a gem library. For development: bundle exec rake (Rakefile present). For integration in a Rails app: add gem 'public_activity' to Gemfile, run `rails g public_activity:migration && rails db:mi…

…shortened for this brief.

Key cautions & unknowns

  • Slowing — last commit 4mo ago
  • Concentrated ownership — top contributor handles 60% of recent commits
    1. ORM must be configured before models load (typically in config/initializers/public_activity.rb before app/models). 2) Activity records require a polymorphic trackable association—schema must include trackable_type…
  • 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 "Forkable" badge

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

Variant:
RepoPilot: Forkable
[![RepoPilot: Forkable](https://repopilot.app/api/badge/public-activity/public_activity?axis=fork)](https://repopilot.app/r/public-activity/public_activity)

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/public-activity/public_activity on X, Slack, or LinkedIn.

Ask AI about public-activity/public_activity

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/public-activity/public_activity"
  width="100%" height="500"
  style="border:1px solid #d0d7de; border-radius:8px;"
  allow="microphone"
  loading="lazy"
></iframe>