rails--rails/activerecord/test
Chris Hapgood 717a2941e1 Fix #microseconds conversion and #fast_string_to_time
* Use direct integer parsing in #fast_string_to_time to avoid convoluted
   conversions and errors due to truncation.
 * Use Float#round in #microseconds to avoid truncation errors.

Signed-off-by: Michael Koziarski <michael@koziarski.com>
2010-01-16 15:21:36 +13:00
..
assets
cases Fix #microseconds conversion and #fast_string_to_time 2010-01-16 15:21:36 +13:00
connections Remove support for SQLite 2. 2009-08-17 14:54:34 +01:00
fixtures Add inverse polymorphic association support. [#3520 state:resolved] 2009-12-28 15:12:13 +01:00
migrations Made migrations transactional for PostgreSQL [#834 state:resolved] 2008-08-22 14:46:25 -07:00
models Rollback the transaction when one of the autosave associations fails to save. [#3391 state:resolved] 2010-01-08 21:45:02 +01:00
schema Add failing test that triggers the stack overflow 2010-01-08 21:45:02 +01:00
config.rb