Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Created a method to automatically find inverse associations and cache | wangjohn | 2013-05-07 | 1 | -1/+1 |
| | | | | | | the results. Added tests to check to make sure that inverse associations are automatically found when has_many, has_one, or belongs_to associations are defined. | ||||
* | Fix naughty trailing whitespace | Jon Leighton | 2010-10-31 | 1 | -1/+1 |
| | |||||
* | Adding test_has_many_through_has_one_with_has_many_through_source_reflection ↵ | Jon Leighton | 2010-10-12 | 1 | -0/+2 |
| | | | | and modifying ThroughAssociationScope to make it work correctly. | ||||
* | Fix preloading of has_one :through associations on belongs_to [#1507 ↵ | Matt Jones | 2008-12-18 | 1 | -0/+1 |
| | | | | | | state:resolved] Signed-off-by: Frederick Cheung <frederick.cheung@gmail.com> | ||||
* | fix assignment to has_one :through associations. | Matt Jones | 2008-11-15 | 1 | -0/+4 |
Signed-off-by: Michael Koziarski <michael@koziarski.com> |