aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases/invalid_date_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Remove unused assignments from activerecord testsMark Rushakoff2012-04-291-2/+0
* Changed a few instances of of words in the API docs written in British Englis...Oemuer Oezkir2011-07-241-2/+2
* 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
* activerecord tests should inherit from ActiveRecord::TestCaseAaron Patterson2010-07-141-1/+1
* Oracle adapter returns Time value for DATE columnsRaimonds Simanovskis2009-08-061-2/+12
* Fix calculations on associations with custom :foreign_key. Closes #8117 [kama...Jeremy Kemper2008-02-021-0/+24