aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/associations/through_association_scope.rb
Commit message (Expand)AuthorAgeFilesLines
* Remove various comments and code which were just being used during the develo...Jon Leighton2010-10-191-4/+0
* Support the :primary_key option on a through reflection in a nested through a...Jon Leighton2010-10-191-5/+2
* Bugfix/refactoringJon Leighton2010-10-191-5/+5
* Support for :primary_key option on the source reflection of a through associa...Jon Leighton2010-10-191-2/+2
* Respect the :primary_key option on the through_reflection of (non-nested) thr...Jon Leighton2010-10-191-2/+2
* Properly support conditions on any of the reflections involved in a nested th...Jon Leighton2010-10-191-67/+60
* Refactoring: replace the mix of variables like @finder_sql, @counter_sql, etc...Jon Leighton2010-10-171-5/+6
* Make sure nested through associations are read onlyJon Leighton2010-10-151-9/+18
* Added test_has_many_through_has_many_with_has_many_through_habtm_source_refle...Jon Leighton2010-10-141-2/+6
* Fix bug in previous refactoringJon Leighton2010-10-141-6/+6
* Add test_has_many_through_has_and_belongs_to_many_with_has_many_source_reflec...Jon Leighton2010-10-131-3/+28
* Refactoring ThroughAssociationScope#construct_through_joinsJon Leighton2010-10-131-54/+62
* First bit of support for habtm in through assocs - test_has_many_through_has_...Jon Leighton2010-10-131-13/+32
* Hook ThroughAssociationScope up to use the AliasTracker classJon Leighton2010-10-131-9/+30
* Add a commented, failing test for using a habtm in a has many through associa...Jon Leighton2010-10-121-46/+50
* Adding test_has_many_through_has_one_with_has_many_through_source_reflection ...Jon Leighton2010-10-121-1/+1
* Support has_one through assocs as the source associationJon Leighton2010-10-121-10/+21
* Add support for nested through associations in JoinAssociation. Hence Foo.joi...Jon Leighton2010-10-091-0/+4
* Add support for table aliasing, with a test that needs aliasing in order to w...Jon Leighton2010-10-021-13/+37
* Integrate nested support into ThroughAssociationScope, using my concept of ge...Jon Leighton2010-10-021-36/+53
* Started implementing nested :through associations by using the existing struc...Jon Leighton2010-10-011-18/+31
* string IDs are now quoted correctly [#5064 state:resolved]Will St. Clair + Neeraj Singh2010-07-131-1/+1
* Adds title to activerecord/lib/active_record/associations/*Rizwan Reza2010-06-161-0/+1
* Fix a bunch of minor spelling mistakesEvgeniy Dolzhenko2010-06-111-1/+1
* Sanitize association conditions using the correct classCarl Lerche2010-04-031-1/+1
* Make type_condition return Arel predicate and not a string conditionPratik Naik2010-01-161-1/+1
* Make scopes use relations under the hoodPratik Naik2010-01-161-2/+1
* Merge commit 'rails/master'Emilio Tagua2009-08-101-1/+1
|\
| * Enable has_many :through for going through a has_one association on the join ...Gabe da Silveira2009-08-101-1/+1
* | Merge commit 'rails/master'Emilio Tagua2009-06-231-0/+7
|\|
| * Ensure hm:t#create respects source associations hash conditions [#2090 state:...mattbauer2009-06-211-0/+7
* | Leave the quoting part to ARelEmilio Tagua2009-06-121-1/+1
|/
* HasOneThroughAssociation still shouldn't derive from HasManyThroughAssociation.Adam Milligan2009-06-121-0/+147