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

ilyakatz/data-migrate

Migrate and update data alongside your database structure. observed · 2026-08-28

github.com/ilyakatz/data-migrate · Ruby · MIT (permissive) observed · 2026-08-28

Health v2 · maintenance only

81/100

  • Activity 93
  • Release rhythm 54
  • Longevity 100
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: 27.5
  • age_days: 5615
  • days_rel: 310
  • days_push: 45
  • n_releases_24m: 7

Full methodology

Adoption not part of the score

1549 stars · 198 forks observed · 2026-08-28

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

A Ruby gem for Rails that lets you run data migrations alongside schema migrations. Data migrations live in db/data and are tracked in a data_migrations table, mirroring Rails' standard schema migration workflow.

Use cases

  • backfill or transform existing records when deploying schema changes
  • titleize all existing titles in a database
  • run data updates in production separately from schema migrations
  • track which data migrations have already run
  • generate data migrations like regular Rails migrations

When to choose

  • you have a Rails app with ActiveRecord and need to change data as part of a migration
  • you want data changes versioned and tracked like schema migrations
  • you need separate rake tasks for data-only migrations in production

When to avoid

  • you are not using Rails or ActiveRecord
  • you only need schema migrations, which Rails already handles
  • you need migrations for non-Ruby databases or ETL pipelines

Facets

library · maturity active

database etl developer-tools databases web-development backend developer-tools ruby ruby-gem rails data-migrations schema-migrations activerecord

1 source

Member repositories

RepositoryRoleHealth v2
ilyakatz/data-migratemain81

For agents

markdown · JSON · MCP: product_card(name="ilyakatz/data-migrate")

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