Skip to content

newportandy/git_aware_migrations

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Git Aware Migrations

Migrates your database from the git revision the migration was completed in.

Do this:

  // Gemfile
  group :development do
    gem 'git_aware_migrations', :git => 'git://github.com/newporta/git_aware_migrations.git'
  end

  //command line
  rake git_aware_migrations:run

If you can't think of a reason this would ever be useful then you're not the target market...

TODO

  • Skip schema dump after every migration.
  • Test

About

Makes your migrations run in their git revision context.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages