avram
avram copied to clipboard
Safe Migrations
There are some gems for letting you know when you are running a migration that could cause problems. There are some private ones that have been built that I have used that are great. There are some open source gems for rails that also let you know if you are going to run a migration that could cause problems.
https://github.com/foobarfighter/safe-migrations https://github.com/ankane/strong_migrations
It might be nice to have an alternative in AVRAM.