aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/relation/query_methods.rb
Commit message (Expand)AuthorAgeFilesLines
...
* Base.merge_conditions is no longer neededPratik Naik2010-01-201-2/+2
* Move array_of_strings? to RelationPratik Naik2010-01-201-2/+6
* Make scopes use relations under the hoodPratik Naik2010-01-161-25/+69
* 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-121-78/+87
* Add Relation#create_with to explictily specify create scopePratik Naik2010-01-041-0/+4
* Rename a variable name for consistencyPratik Naik2010-01-031-1/+1
* 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
* Move predicate building to a stand alone PredicateBuilder classPratik Naik2010-01-011-30/+4
* Use Arel::Attribute when building where conditions from hashPratik Naik2010-01-011-5/+36
* Organize Relation methods into separate modulesPratik Naik2009-12-301-0/+132