DEV Community

Sandip Mane
Sandip Mane

Posted on

Zero-Downtime migrations in Rails

Often, we rename a column and deploy to find out the Honeybadger screaming at us with the errors accessing column with the old name!

Check this post to solve the migration issues.

https://www.sandipmane.dev/zero-downtime-migrations-in-rails

Top comments (0)