RubyFlow The Ruby and Rails community linklog

×

The Ruby and Rails community linklog

Made a library? Written a blog post? Found a useful tutorial? Share it with the Ruby community here or just enjoy what everyone else has found!

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

You can use basic HTML markup (e.g. <a>) or Markdown.

As you are not logged in, you will be
directed via GitHub to signup or sign in