Hacker News new | ask | show | jobs
by Empact 801 days ago
In the Rails world, the gem strong_migrations can be used to detect these: https://github.com/ankane/strong_migrations

The docs include a handy articulation of fixes.

3 comments

ankane is some kind of superhuman cyborg. Seems like about 25% of the really useful gems I use have that name in the URL...
Pghero is kind of gem
This is super cool, I love how it suggests safer ways to achieve the same goal for many common risky migrations. Definitely going to sit down and study these.
Nice, I wasn’t aware of this one.