0.0
No commit activity in last 3 years
No release in over 3 years
Provides the ability to write migrations for the mince gems
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 1.2
~> 2.0
~> 0.9
~> 0.9.0
~> 2.1
~> 2.0
~> 0.7

Runtime

~> 1.2
~> 2.5
~> 2.0
= 0.99.4
 Project Readme

Mince Migrator

Travis CI

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

  1. Fork it
  2. Create feature branch (git checkout -b my-new-feature)
  3. Commit changes (git commit -am 'Add some feature')
  4. Push the branch (git push origin my-new-feature)
  5. 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