ridgepole/ridgepole
Ridgepole is a tool to manage DB schema. It defines DB schema using Rails DSL, and updates DB schema according to DSL. (like Chef/Puppet) observed · 2026-09-01
Health v2 · maintenance only
77/100
- Activity 100
- Release rhythm 35
- Longevity 100
Flags: no_releases
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: 4448
- days_rel: n/a
- days_push: 2
- n_releases_24m: 0
Adoption not part of the score
1117 stars · 137 forks observed · 2026-09-01
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
Ridgepole is a Ruby CLI tool that manages database schemas declaratively using Rails schema DSL. It diffs the desired schema definition against the live database and applies the changes automatically, similar to Chef/Puppet for infrastructure.
Use cases
- manage database schema as code instead of hand-written migrations
- apply declarative schema changes to MySQL or PostgreSQL
- diff and sync a Schemafile with an existing Rails database
- replace sequential ActiveRecord migrations with a single schema definition
- version-control database schema changes in a team workflow
When to choose
- you use Rails/ActiveRecord and prefer declarative schema management over migration files
- you want idempotent schema convergence like Chef/Puppet for your database
- you manage MySQL or PostgreSQL schemas across environments and want reproducible diffs
When to avoid
- you are not in the Ruby/Rails ecosystem
- you rely on data migrations or complex step-by-step migration logic
- you need databases other than MySQL/PostgreSQL with ActiveRecord adapters
Facets
cli-tool · maturity active
database configuration-management cli developer-tools databases developer-tools web-development ruby cli schema-migration declarative-schema activerecord mysql postgresql rails-dsl infrastructure-as-code-for-db automation linux macos
1 source
- readme: https://github.com/ridgepole/ridgepole · fetched 2026-09-01 · e1d3e4f5046b
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| ridgepole/ridgepole | main | 77 |
For agents
markdown · JSON · MCP: product_card(name="ridgepole/ridgepole")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem