public
Description: Plugin to change migrations to include a timestamp inside the class, rather than
Homepage: http://codetocustomer.com/blog/yagni-migrations-plugin
Clone URL: git://github.com/codetocustomer/yagni-migrations.git
Fri Aug 01 20:49:27 -0700 2008
commit  c64a9bb545061e8bf53fc3f6728510384fdefbbd
tree    dbc497b8fe3b80ec17f5265af41ef33752a3da86
parent  f154f463db42964586ab3ded678a7c65614f106e
name age message
file .gitignore Loading commit data...
file MIT-LICENSE
file README
file Rakefile
directory generators/
file init.rb
directory lib/
directory tasks/
directory test/
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