aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases
Commit message (Expand)AuthorAgeFilesLines
...
* MySQL: omit text/blob defaults from the schema instead of using an empty stri...Jeremy Kemper2008-01-302-8/+2
* Make sure count works on has_many :through associations using :group. Closes...Michael Koziarski2008-01-271-0/+15
* Make sure that belongs_to counter decrements when assigning nil Closes #10804...Michael Koziarski2008-01-262-1/+13
* Add tests and documentation for allow_blank. Closes #10651 [blj]Michael Koziarski2008-01-261-0/+8
* 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