aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/associations/association_scope.rb
Commit message (Expand)AuthorAgeFilesLines
* Deprecate inferred JOINs with includes + SQL snippets.Jon Leighton2012-01-161-1/+1
* Avoid sanitize_sql when we can use Relation#where insteadJon Leighton2012-01-161-2/+5
* Revert "Deprecate implicit eager loading. Closes #950."Jon Leighton2012-01-161-1/+1
* Remove Array.wrap calls in ActiveRecordRafael Mendonça França2012-01-061-1/+1
* Deprecate implicit eager loading. Closes #950.Jon Leighton2011-12-291-1/+1
* Use uniq instead of manually putting a DISTINCT in the queryJon Leighton2011-11-051-14/+2
* Merge pull request #3030 from htanata/fix_habtm_select_query_methodJon Leighton2011-09-261-4/+0
* Fix belongs_to polymorphic with custom primary key on target.Jon Leighton2011-09-261-1/+6
* use association_primary_key in AssociationScope#add_constraintsMarian Rudzynski2011-05-261-1/+1
* Fix problem with loading polymorphic associations which have been defined in ...Jon Leighton2011-05-221-5/+15
* Fix tests under postgres - we should always put conditions in the WHERE part ...Jon Leighton2011-03-121-5/+8
* Abstract some common code from AssociationScope and JoinDependency::JoinAssoc...Jon Leighton2011-03-111-44/+12
* Rename Reflection#through_reflection_chain and #through_options to Reflection...Jon Leighton2011-03-101-6/+6
* Move the code which builds a scope for through associations into a generic As...Jon Leighton2011-03-101-0/+149