rails-migrations

Community

Safe Rails migrations with zero-downtime patterns.

Authorstephendolan
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This Skill teaches safe migration strategies to minimize downtime and ensure reversibility during schema changes.

Core Features & Use Cases

  • Two-Phase Column Removal: Remove deprecated columns in two phases to avoid runtime errors.
  • Strong Migrations: Apply non-blocking changes and proper backfills.
  • Pre-Deployment Cleanup: Guidance for data cleanup before risky changes.

Quick Start

Add a NOT NULL constraint safely using a two-phase approach with a pre-deployment backfill.

Dependency Matrix

Required Modules

None required

Components

Standard package

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: rails-migrations
Download link: https://github.com/stephendolan/dotfiles/archive/main.zip#rails-migrations

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository