RubyFlow The Ruby and Rails community linklog

ActiveRecord migrations outside of Rails

Sometimes you are working with a database that is not used in the full rails context. This blog post describes how I accomplished using ActiveRecord migrations to build and manage my database.

Comments

Also checkout the standalone migrations project:

https://github.com/thuss/standalone-migrations

I saw this originally but it didn’t have quite what I needed so I rolled my own. Being a good citizen I forked and issued a pull request with some changes.

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