1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/activerecord/test
Andrew White 3f90787cd2 Adjust test value so that timezone has no effect
If the test is run in a timezone that is behind UTC it fails because
the time generated is ahead of 0000-01-01 00:00:00. Just increase the
time subtracted so that timezone has no effect.
2014-02-07 17:08:09 -08:00
..
active_record/connection_adapters
assets
cases Adjust test value so that timezone has no effect 2014-02-07 17:08:09 -08:00
fixtures Ensure AR #second, #third, etc. finders work through associations 2014-01-21 19:35:27 -05:00
migrations activerecord: Initialize Migration with version from MigrationProxy. 2014-01-06 10:46:35 -05:00
models docs, AR already auto-detects primary keys. Closes #13946. [ci skip] 2014-02-05 08:52:59 +01:00
schema Add more tests for the dirty feature for enums 2014-01-21 12:45:58 -02:00
support Deprecate use of string in establish_connection as connection lookup 2013-12-24 10:18:54 +01:00
.gitignore
config.example.yml
config.rb