Go to Google Groups Home    Ruby on Rails: Core
Re: [Rails-core] Re: timestamped migrations

Michael Koziarski <mich...@koziarski.com>

> If you don't mind, could you explain why the should be the default?  Or is
> this explanation already out there on a blog or something, I'm obviously
> missing something because I don't get that reasoning.

For all the reasons it was included in the first place, fewer
conflicts on branches, etc.  But most importantly, we don't want to
change this behaviour back in a minor point release.  Those who want
to switch to integers again can do so easily enough, and we keep the
timestamps for people who need them.

--
Cheers

Koz