doctolib/safe-pg-migrations
Make your PostgreSQL migrations safe
Repository profile
Database constraints made easy for ActiveRecord.
Repository updates
Get generated nullobject/rein development summaries by email, or follow the weekly and monthly RSS feeds.
Sign in to subscribe by email. RSS feeds are public.
Sign in to subscribeTracked growth, recent movement, and commit velocity from stored repository snapshots.
Latest capture 2026-07-24 03:05
4 captures since 2026-06-09
Stars from baseline -1
All tracked data
Frameworks, package managers, ecosystems, and dependency manifests found during catalog scans.
Scanned 2026-07-24 03:05
Gemfile
ruby ecosystem,
0 dependencies
rein.gemspec
ruby ecosystem,
2 dependencies
Searchable topics, generated tags, and stack labels that explain where this repository fits.
Agent instructions and tool configuration paths found in the repository tree.
Nearest indexed repositories by embedding similarity.
Make your PostgreSQL migrations safe
The tool to avoid various issues due to inconsistencies and inefficiencies between a database schema and application models.
Integrate PostgreSQL's enum data type into ActiveRecord's schema and migrations.
Catch unsafe PostgreSQL migrations in development and run them easier in production (code helpers for table/column renaming, changing column type, adding columns with default, background migrations, etc).
Enumerated attributes with I18n and ActiveRecord/Mongoid support
Modern encryption for Ruby and Rails