No commit activity in last 3 years
No release in over 3 years
Zero downtime migration helpers for rails
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

Runtime

 Project Readme

This gem is still under development but works at a basic level. Testing and sidekiq integration need to be added

Migration Patterns

Collection of helpers for zero downtime migrations

Getting Started

Add this line to your application's Gemfile:

gem 'migration-patterns'

To create the initializer:

rails generate migration_patterns:install

Usage

For convenience in development, we provide a utility for spinning up a playground for playing with the gem. You can invoke it with:

bin/console