aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases/associations/has_one_through_associations_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Fix preloading of has_one :through associations on belongs_to [#1507 state:re...Matt Jones2008-12-181-1/+16
* fix assignment to has_one :through associations.Matt Jones2008-11-151-1/+39
* Ensure methods called on association proxies respect access control. [#1083 s...Pratik Naik2008-10-131-0/+10
* Fix two has_one :through errorspivotal2008-08-271-0/+9
* Load the first and not the last has_one result when doing join-based eager lo...Tarmo Tänav2008-08-251-0/+10
* Implement old-skool eagerloading for has_one :throughFrederick Cheung2008-08-251-0/+16
* Fix preloading of has_one through associationsFrederick Cheung2008-08-251-5/+9
* Split associations_test.rb into multiple files based on association type. [Pr...Pratik Naik2008-04-061-0/+74