Tag Archives: activerecord
Broken Migrations and Missing schema.rb
ActiveRecord Migrations are slick. They allow easy access to a powerful database with minimal knowledge of SQL, and they promise an easy way to reconstruct a DB schema. Unfortunately, they’re fragile in the face of large teams and code that has changed significantly. Migrations and schema.rb There are two ways migrations can reconstruct a schema into a […]