Database Consistency
Tools that aid in enforcing database consistency, finding issues with your migrations or differences between your tables and models
2.12
Catch unsafe migrations in development
2021
2022
2023
2024
2025
2026
0.5
Identify database issues before they hit production.
2021
2022
2023
2024
2025
2026
0.36
allows you to declare database triggers in ruby in your models, and then generate appropriate migrations as they change
2021
2022
2023
2024
2025
2026
0.33
Provide an easy way to check the consistency of the database constraints with the application validations.
2021
2022
2023
2024
2025
2026
0.18
Catch unsafe PostgreSQL migrations in development and run them easier in production
2021
2022
2023
2024
2025
2026
0.17
Rein adds bunch of methods to your ActiveRecord migrations so you can easily tame your database.
2021
2022
2023
2024
2025
2026
0.1
Keep your DB schema in sync across all branches effortlessly.
Install once, then use `rails db:migrate` normally — the gem handles phantom migration rollback automatically, eliminating schema conflicts and inconsistent database states.
Stop wasting hours on DB maintenance locally, CI, staging/san...
2021
2022
2023
2024
2025
2026