Sha256: dabe55eed79d93ac481b70cbdb2e37330275fa4eb63cc2bf77578f5db9129197
Contents?: true
Size: 610 Bytes
Versions: 1
Compression:
Stored size: 610 Bytes
Contents
[![Build Status](https://travis-ci.org/leifcr/mongrations.svg)](https://travis-ci.org/leifcr/mongrations) # 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
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
leifcr-mongrations-0.1.7 | README.markdown |