Database Consistency
Tools that aid in enforcing database consistency, finding issues with your migrations or differences between your tables and models
2.14
Catch unsafe migrations in development
2021
2022
2023
2024
2025
2026
0.51
Identify database issues before they hit production.
2021
2022
2023
2024
2025
2026
0.37
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.17
Rein adds bunch of methods to your ActiveRecord migrations so you can easily tame your database.
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.1
Wipe out inconsistent DB and schema.rb when switching branches.
Just install this gem and use the standard rake db:migrate command.
2021
2022
2023
2024
2025
2026