Skip to content

Instantly share code, notes, and snippets.

@blakewest
Last active August 29, 2015 13:58
Show Gist options
  • Save blakewest/10154343 to your computer and use it in GitHub Desktop.
Save blakewest/10154343 to your computer and use it in GitHub Desktop.
Data Migration Checklist
  • There is good code coverage in tests
  • Edge case inputs have been thought of in the tests
  • Background jobs related to this migration have also been migrated
  • No polymorphic associations (they don't work because they use the migration's model class name)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment