Ross ROSS = Recommend OSS · open-source software intelligence for agents

palkan/logidze

Database changes log for Rails observed · 2026-08-28

github.com/palkan/logidze · Ruby · MIT (permissive) observed · 2026-08-28

Health v2 · maintenance only

65/100

  • Activity 94
  • Release rhythm 8
  • Longevity 100
How is this computed?

round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.

  • gap_med: n/a
  • age_days: 3794
  • days_rel: n/a
  • days_push: 39
  • n_releases_24m: 0

Full methodology

Adoption not part of the score

1685 stars · 84 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded

Logidze is a Ruby gem for Rails that logs database record changes at the PostgreSQL level using triggers, storing the version history in a JSONB column on the record itself. It provides an API to browse, diff, and revert record versions without requiring additional audit tables.

Use cases

  • track changes to ActiveRecord records over time
  • implement audit trails for Rails models without extra tables
  • revert a record to a previous version
  • view the full change history of a database row
  • version model associations in Rails
  • store who made a change and why with record metadata

When to choose

  • you use Rails with PostgreSQL and want fast, DB-level change tracking
  • you want version history stored with the record instead of separate audit tables
  • you need undo/rollback to previous record versions
  • you want an alternative to paper_trail or audited with better performance

When to avoid

  • your app does not use PostgreSQL
  • you need to audit changes outside Rails/ActiveRecord
  • you require cross-database compatibility or non-Ruby access to the versioning logic

Facets

library · maturity active

database orm logging version-control databases web-development backend developer-tools ruby activerecord rails audit-trail jsonb database-triggers time-travel record-versioning postgresql web-server

1 source

Member repositories

RepositoryRoleHealth v2
palkan/logidzemain65

For agents

markdown · JSON · MCP: product_card(name="palkan/logidze")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem