This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
Eric Goodwin (author)
Sun Mar 30 18:29:18 -0700 2008
commit 0fdf502ece8922723be1fd54df4bbe0b9f5de11c
tree f6471633f1585e0b58782eb2cdfdcfed4074dc4f
parent d645f8d4ce786f55c23fd5aced0535c76ce62c0d
tree f6471633f1585e0b58782eb2cdfdcfed4074dc4f
parent d645f8d4ce786f55c23fd5aced0535c76ce62c0d
| name | age | message | |
|---|---|---|---|
| |
.gitignore | ||
| |
MIT-LICENSE | ||
| |
README | ||
| |
Rakefile | ||
| |
extended_rubygit_gem/ | ||
| |
init.rb | ||
| |
install.rb | ||
| |
lib/ | ||
| |
tasks/ | ||
| |
test/ | ||
| |
uninstall.rb |
README
GittyMigrations
===============
Requires a extended 'rubygit' gem that has stashes
cd vendor/plugins/gitty_migrations/extended_rubygit_gem
sudo gem install git-1.0.5
Example
=======
class MyMigration < ActiveRecord::Migration
git_fu
def self.up
puts "This is a test migration"
end
def self.down
end
end
TODO
===============
√ Check for the revision where the migration was checked in or last edited and
automatically use that revision if no revision has been specified
* If there are no stashes then clear the stash when we are done with the migrations
Copyright (c) 2008 Eric Goodwin, released under the MIT license







