Re: [Rails] where do I report this DateTime bug?

2012-06-21 Thread Colin Law
On 21 June 2012 17:36, Fearless Fool wrote: > I have isolated what appears to be a bug in the Rails extensions to > DateTime, but I don't know where to report it. > > I have a standalone file to demonstrate the bug, but the punch line is > that this code: > >    TestRecord.create!(:f_datetime => (

[Rails] where do I report this DateTime bug?

2012-06-21 Thread Fearless Fool
I have isolated what appears to be a bug in the Rails extensions to DateTime, but I don't know where to report it. I have a standalone file to demonstrate the bug, but the punch line is that this code: TestRecord.create!(:f_datetime => (expected = DateTime.jd(200))) found = TestRecord