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