aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases
Commit message (Expand)AuthorAgeFilesLines
* require test/unit explicitly otherwise the at_exit handler doesn't get called...Michael Koziarski2008-01-221-0/+1
* Merge branch 'ar-test-cleanup' of git://git.geeksomnia.com/railsJeremy Kemper2008-01-2158-197/+237
* belongs_to supports :dependent => :destroy and :delete. Closes #10592.Jeremy Kemper2008-01-192-2/+19
* Introduce preload query strategy for eager :includes. Closes #9640.Jeremy Kemper2008-01-193-11/+98
* Support aggregations in finder conditions. Closes #10572.Jeremy Kemper2008-01-191-1/+177
* Extract ActiveSupport::Callbacks from Active Record, test case setup and tear...Jeremy Kemper2008-01-191-1/+1
* Fix pathsJeremy Kemper2008-01-1841-200/+200
* Move tests to casesJeremy Kemper2008-01-1857-0/+14149