aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases/associations/nested_through_associations_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Deprecate inferred JOINs with includes + SQL snippets.Jon Leighton2012-01-161-2/+2
* Revert "Deprecate implicit eager loading. Closes #950."Jon Leighton2012-01-161-2/+2
* Deprecate implicit eager loading. Closes #950.Jon Leighton2011-12-291-2/+2
* Remove that there copy/pasted code :bomb:Jon Leighton2011-12-141-5/+0
* Don't try to autosave nested assocs. Fixes #2961.Jon Leighton2011-12-141-0/+14
* Don't include any of includes, preload, joins, eager_load in the through asso...Jon Leighton2011-09-071-3/+5
* Nested through associations: preloads from the default scope of a through mod...Jon Leighton2011-09-061-0/+9
* Fix test for RubiniusSantiago Pastorino2011-08-051-1/+1
* 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
* Fix tests under postgres - we should always put conditions in the WHERE part ...Jon Leighton2011-03-121-1/+1
* Add a test for STI on the through where the through is nested, and change the...Jon Leighton2011-03-051-0/+9
* Merge branch 'master' into nested_has_many_throughJon Leighton2011-03-041-94/+164
* Fix naughty trailing whitespaceJon Leighton2010-10-311-90/+90
* Rename nested_has_many_through_associations_test.rb because it does not only ...Jon Leighton2010-10-191-0/+467