YAML for dates and times works already as long as the data is formatted correctly (yaml dates are being used in the AR tests). There were some bugs in the AR for SQLServer though so I've submitted a patch (http://dev.rubyonrails.org/ticket/3406) for several of them. Kev
On 1/5/06, Kevin Clark <[EMAIL PROTECTED]> wrote: > Sure, I'll look into it ASAP. > Kev > > On 1/5/06, Michael Koziarski <[EMAIL PROTECTED]> wrote: > > > foo: > > > id: 1 > > > created_at: <%= 5.days.ago.to_s(:db) %> > > > > > > > This definitely works, and we use it throughout the strongspace > > fixtures. But ... yuck. > > > > Yaml has a format for dates and times, and I think we should support > > it if possible. Kevin, would you be able to look into a patch which > > fixes that? > > > > -- > > Cheers > > > > Koz > > > _______________________________________________ Rails-core mailing list [email protected] http://lists.rubyonrails.org/mailman/listinfo/rails-core
