Skip to content

Instantly share code, notes, and snippets.

@JGrubb
JGrubb / migrate.rb
Created July 3, 2012 19:21
Migrating from Drupal to Rails blog
# This uses the Sequel gem to do the heavy lifting of connecting together the various
# DBs involved in this process. It was really difficult 2 weeks ago, and really easy yesterday.
# I love that.
require 'sequel'
require 'date'
# The Drupal DB
DB = Sequel.connect(