Migrate All Of Your Model Classes When Using MiniRecord
Migrate All Of Your Model Classes When Using MiniRecord
MiniRecord is a micro extension for ActiveRecord which allows you to define your schema directly in your model in a similar way to others projects like DataMapper or MongoMapper. But what about bulk migrations on a project wide basis? Here is how!
Post a comment