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:48:31 -0700 2008
commit  f154f463db42964586ab3ded678a7c65614f106e
tree    2758deeb76666e1f79faddcb0120963bfdcfb1e8
name age message
file MIT-LICENSE Loading commit data...
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/yagni-migrations-plugin

Copyright (c) 2008 Nik Wakelin (Code to Customer), released under the MIT license