aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/relation
Commit message (Expand)AuthorAgeFilesLines
* Use Relation#except for reversing the orderPratik Naik2010-01-121-3/+2
* Delay building arel relation as long as possible for improved introspectionPratik Naik2010-01-124-139/+137
* Add Relation#create_with to explictily specify create scopePratik Naik2010-01-042-0/+14
* Relation#merge and Relation#except should respect locksPratik Naik2010-01-031-1/+3
* Relation#merge and Relation#except should respect havingsPratik Naik2010-01-031-1/+3
* Add Relation#exceptPratik Naik2010-01-031-0/+22
* Rename a variable name for consistencyPratik Naik2010-01-032-3/+3
* Move Relation#spawn and Relation#merge to a separate modulePratik Naik2010-01-031-0/+49
* Add Relation#includes to be an equivalent of current finder option :includePratik Naik2010-01-031-0/+4
* Make sure not to spalt string argumentsPratik Naik2010-01-021-1/+1
* Rename Model.arel_table to Model.active_relationPratik Naik2010-01-022-7/+7
* Handle Range with excluded endPratik Naik2010-01-011-1/+8
* Try using cached attribute before creating a new onePratik Naik2010-01-011-1/+1
* Use PredicateBuilder for sql hash sanitizationPratik Naik2010-01-011-2/+4
* Fix the method name for recusionPratik Naik2010-01-011-1/+1
* Move predicate building to a stand alone PredicateBuilder classPratik Naik2010-01-012-30/+40
* Use Arel::Attribute when building where conditions from hashPratik Naik2010-01-011-5/+36
* Use Arel::Attribute for pk conditionsPratik Naik2010-01-011-4/+4
* Organize Relation methods into separate modulesPratik Naik2009-12-303-0/+429