safe_migrations 1.0.2
SafeMigrations enhances Rails migrations with safe_ prefixed methods that prevent errors by checking for existing schema elements before execution. It integrates with Rails' CommandRecorder for automatic reversal in change-based migrations, ensuring safe and reliable database schema management.
Gemfile:
=
install:
=
Runtime Dependencies (1):
activerecord
>= 7.0