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

ankane/strong_migrations

Catch unsafe migrations in development observed · 2026-08-28

github.com/ankane/strong_migrations · Ruby · MIT (permissive) observed · 2026-08-28

Health v2 · maintenance only

76/100

  • Activity 97
  • 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-03. Adoption (stars, forks) is never an input.

  • gap_med: n/a
  • age_days: 3936
  • days_rel: n/a
  • days_push: 18
  • n_releases_24m: 0

Full methodology

Adoption not part of the score

4438 stars · 199 forks observed · 2026-08-28

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

A Ruby gem for Rails that catches unsafe database migrations in development by detecting potentially dangerous operations like removing columns or adding indexes non-concurrently. It blocks these operations by default and provides instructions on safer alternatives, supporting PostgreSQL, MySQL, and MariaDB.

Use cases

  • prevent downtime from dangerous Rails migrations
  • catch unsafe column removals before deploying
  • get guidance on zero-downtime schema changes
  • block non-concurrent index creation on Postgres
  • safely backfill data in large tables
  • enforce safe migration practices across a Rails team

When to choose

  • you run a Rails app with PostgreSQL, MySQL, or MariaDB and want to avoid migration-caused outages
  • your team deploys schema changes to large production tables
  • you want built-in guidance for safe migration patterns

When to avoid

  • you use a framework other than Rails or an ORM other than Active Record
  • your database is small or rarely migrated and the overhead isn't justified
  • you need migration safety checks outside Ruby

Facets

library · maturity stable

database security developer-tools testing databases web-development developer-tools backend ruby cross-platform rails activerecord migrations database-safety postgresql mysql zero-downtime

1 source

Member repositories

RepositoryRoleHealth v2
ankane/strong_migrationsmain76

For agents

markdown · JSON · MCP: product_card(name="ankane/strong_migrations")

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