We got nominated! Help us out and vote for GitHub as Best Bootstrapped Startup of 2008. (You can vote once a day.) [ hide ]

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
name age message
file .gitignore Fri Aug 01 20:49:27 -0700 2008 Get the homepage url right [codetocustomer]
file MIT-LICENSE Fri Aug 01 20:48:31 -0700 2008 YAGNI migrations go to Github [codetocustomer]
file README Fri Aug 01 20:49:27 -0700 2008 Get the homepage url right [codetocustomer]
file Rakefile Fri Aug 01 20:48:31 -0700 2008 YAGNI migrations go to Github [codetocustomer]
directory generators/ Fri Aug 01 20:48:31 -0700 2008 YAGNI migrations go to Github [codetocustomer]
file init.rb Fri Aug 01 20:48:31 -0700 2008 YAGNI migrations go to Github [codetocustomer]
directory lib/ Fri Aug 01 20:48:31 -0700 2008 YAGNI migrations go to Github [codetocustomer]
directory tasks/ Fri Aug 01 20:48:31 -0700 2008 YAGNI migrations go to Github [codetocustomer]
directory test/ Fri Aug 01 20:48:31 -0700 2008 YAGNI migrations go to Github [codetocustomer]
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