Database Consistency
Tools that aid in enforcing database consistency, finding issues with your migrations or differences between your tables and models
2.38
Catch unsafe migrations in development
2019
2020
2021
2022
2023
2024
0.62
Identify database issues before they hit production.
2019
2020
2021
2022
2023
2024
0.44
allows you to declare database triggers in ruby in your models, and then generate appropriate migrations as they change
2019
2020
2021
2022
2023
2024
0.39
Provide an easy way to check the consistency of the database constraints with the application validations.
2019
2020
2021
2022
2023
2024
0.23
Rein adds bunch of methods to your ActiveRecord migrations so you can easily tame your database.
2019
2020
2021
2022
2023
2024
0.2
Catch unsafe PostgreSQL migrations in development and run them easier in production
2019
2020
2021
2022
2023
2024
0.09
Wipe out inconsistent DB and schema.rb when switching branches.
Just install this gem and use the standard rake db:migrate command.
2019
2020
2021
2022
2023
2024