Mince Migrator
Mince Migrator is a library that provides a way to run database migrations for your ruby applications.
1. Install
$ gem install mince_migrator
2. Use
$ mince_migrator create Load admin users
# Implement your migration by opening db/migration/load_admin_users.rb
$ mince_migrator run Load admin users
3. Learn more
For more info, view the home page.
Contributing
- Fork it
- Create feature branch (
git checkout -b my-new-feature
) - Commit changes (
git commit -am 'Add some feature'
) - Push the branch (
git push origin my-new-feature
) - Create Pull Request
Bonus contributions!
- Talk with me first
- Make all commits stable
- Include tests
- Update documentation for your added feature
Special Thanks to @davetron5000 for writing gli
License
Copyright (c) 2013 Matt Simpson
MIT License
View the LICENSE.txt file included in the source