aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases/date_time_test.rb
Commit message (Expand)AuthorAgeFilesLines
* applies new string literal convention in activerecord/testXavier Noria2016-08-061-7/+7
* Fix a false assertionYuki Nishijima2015-01-171-1/+1
* Support datetime values in AR::Type::DateTime#type_cast_for_databasebrainopia2015-01-031-0/+8
* Don't raise on out-of-range datetimes passed by a userGrey Baker2014-12-231-0/+10
* prevent global timezone state from leaking out of test cases.Yves Senn2013-10-251-1/+1
* Deprecate obsolete Time to DateTime fallback methodsAndrew White2012-12-111-3/+3
* please use ruby -I lib:test path/to/test.rb, or export RUBY_OPTAaron Patterson2011-06-061-1/+1
* Refactor Active Record test connection setup. Please see the RUNNING_UNIT_TES...Jon Leighton2011-06-041-1/+1
* Move helper methods to helper.rb. Make test not depend on local TZ to pass or...Emilio Tagua2010-09-211-9/+13
* create DateTime value with local offset as later it is compared to Time value...Raimonds Simanovskis2010-06-041-1/+3
* Merge branch 'ar-test-cleanup' of git://git.geeksomnia.com/railsJeremy Kemper2008-01-211-2/+2
* Fix pathsJeremy Kemper2008-01-181-2/+2
* Move tests to casesJeremy Kemper2008-01-181-0/+37