Migflow: migration timeline, schema diffs and audit warnings for Rails
Migflow is a mountable Rails engine that adds a dashboard at /migflow with a visual timeline of all migrations, schema diffs between any two versions, an ERD graph, and audit warnings (missing indexes, unsafe null constraints, etc.). Also ships a CLI report for CI pipelines. Supports Rails 7+, Ruby 3.2+, and API-only apps.
Post a comment