handcuffs icon indicating copy to clipboard operation
handcuffs copied to clipboard

A Ruby gem for running Active Record migrations in phases

Results 14 handcuffs issues
Sort by recently updated
recently updated
newest added

Updates the requirements on [rspec-rails](https://github.com/rspec/rspec-rails) to permit the latest version. Changelog Sourced from rspec-rails's changelog. 8.0.2 / 2025-08-12 Full Changelog Bug Fixes: Fix scaffold generator producing deprecated Rack http statuses....

dependencies
dependabot

just wondering if an api that has multiple phases in a single migration file would be useful to you? using the example from the readme, it could look like: ```ruby...

on-hold

Currently, handcuffs depends on rails in the gemspec: ``` spec.add_runtime_dependency "rails", ">= 4.0" ``` This causes apps that want to avoid loading some rails plugins to be forced to load...

on-hold

Hi, we’d love to use handcuffs with our application, and are currently trying to set it up. Our application connects to two DBs, with different sets of migrations. When trying...

on-hold