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 (
| name | age | message | |
|---|---|---|---|
| |
.gitignore | Fri Aug 01 20:49:27 -0700 2008 | |
| |
MIT-LICENSE | Fri Aug 01 20:48:31 -0700 2008 | |
| |
README | Fri Aug 01 20:49:27 -0700 2008 | |
| |
Rakefile | Fri Aug 01 20:48:31 -0700 2008 | |
| |
generators/ | Fri Aug 01 20:48:31 -0700 2008 | |
| |
init.rb | Fri Aug 01 20:48:31 -0700 2008 | |
| |
lib/ | Fri Aug 01 20:48:31 -0700 2008 | |
| |
tasks/ | Fri Aug 01 20:48:31 -0700 2008 | |
| |
test/ | Fri Aug 01 20:48:31 -0700 2008 |
README
YAGNI Migrations
===============
This plugin overrides Rails' default migration behaviour to:
1) Use the pretty numeric prefixes rather than that ugly UTC stamp
2) Add a "timestamp" method to each migration, so as to keep them in order
even if you have duplicate methods
It uses the new ActiveRecord preference, so it only works on Edge rails.
You don't need to do anything; it's all done for you (the magic of Ruby!)
for more : http://codetocustomer.com/blog/2008/08/yagni-migrations-plugin
Copyright (c) 2008 Nik Wakelin (Code to Customer), released under the MIT license







