Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mdespuits/transplant
Simple class to migrate data from an old system into your Rails applicaiton.
https://github.com/mdespuits/transplant
Last synced: 20 days ago
JSON representation
Simple class to migrate data from an old system into your Rails applicaiton.
- Host: GitHub
- URL: https://github.com/mdespuits/transplant
- Owner: mdespuits
- License: mit
- Created: 2012-03-30T22:52:50.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2013-03-20T01:42:14.000Z (over 11 years ago)
- Last Synced: 2024-09-19T16:18:22.025Z (2 months ago)
- Language: Ruby
- Homepage: http://rubygems.org/gems/transplant
- Size: 129 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Transplant
The gem was born from a need for the organization I work for ([CollegePlus](http://collegeplus.org)). We were migrating our systems from one, single, monolithic system into a Service Oriented Architecture (SOA) using Rails and needed a way to do this as easily as possible. Thus, **Transplant** was born.
#### Currently, you can only import data from a MySQL database. I hope to have this gem be database agnostic in the future.
## Installation
Add this line to your application's Gemfile:
gem 'transplant'
And then execute:
$ bundle
Or install it yourself as:
$ gem install transplant
## Usage
**Will come soon...**
## Contributing
1. Fork it
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Commit your changes (`git commit -am 'Added some feature'`)
4. Push to the branch (`git push origin my-new-feature`)
5. Create new Pull Request