EndPointCorp/spree_migrate_db

Name: spree_migrate_db

Owner: End Point Corporation

Description: Ruby Gem to aid in migrating the Spree database from one version to another.

Created: 2013-07-03 20:22:30.0

Updated: 2013-10-21 17:32:43.0

Pushed: 2013-10-21 17:18:23.0

Homepage: null

Size: 7824

Language: Ruby

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

Spree Migrate DB

This gem will help the Spree upgrade processs by migrating the database from one version of spree to another. It does this by creating a generic transport file of the current database and then allows you to import that file on the new application.

This Gem is under heavy development at the moment and is not ready for public use.

Installation

Add this line to your application's Gemfile:

gem 'spree_migrate_db'

And then execute:

$ bundle

Or install it yourself as:

$ gem install spree_migrate_db
Usage

More to come…

Contributing
  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request

This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.