How to Write Rails Migrations Without Causing Downtime
- Published
- Author
Eric HansonBackend Developer
Most Rails migration patterns that work fine in development will lock tables in production. Here is the mental model and specific techniques for schema changes that deploy safely on live databases.
Read more