No commit activity in last 3 years
No release in over 3 years
Mongrations aims to be similar to ActiveRecord's data migrations, except instead of worrying about schema changes, offering a way to change data when necessary
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 1.6
>= 0

Runtime

~> 3.2.0
~> 0.13.0
 Project Readme

Build Status

Mongrations

Mongrations aims to be similar to ActiveRecord's data migrations, except instead of worrying about schema changes, offering a way to change data when necessary.

Example

To generate a mongration:

rails g mongration whatever_you_want_your_mongration_to_be

Perform migrations

rake mongo:mongrate

Other rake tasks mongo:mongrate:redo, mongo:mongrate:up, mongo:mongrate:down, mongo:mongrate:rollback, mongo:mongrate:version.

License

Released under the MIT license