aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/relation/query_methods.rb
Commit message (Expand)AuthorAgeFilesLines
* Special treatement for Relation#select { with block }Pratik Naik2010-06-031-1/+14
* To allow proper fisting of stack traceSantiago Pastorino2010-05-141-3/+3
* Fix unintuitive behavior with multiple order and group clausesErnie Miller2010-05-061-6/+2
* Fix eager loading of associations causing table name collisionsErnie Miller2010-04-281-31/+42
* Build PredicateBuilder object only when neededPratik Naik2010-04-211-3/+1
* Fix evals missing contextJeremy Kemper2010-04-101-3/+3
* Avoid deprecated String#to_a by using Array.wrap(...) instead of Array(...)Jeremy Kemper2010-04-101-1/+2
* Add Relation extensionsPratik Naik2010-04-021-4/+21
* adds missing requires for Object#blank? and Object#present?Xavier Noria2010-03-281-0/+2
* From and lock should be defined to be consistent with other ivars. Limit and ...Emilio Tagua2010-03-221-14/+4
* kill where / having method redefine warnings. [#4225 state:resolved]Aaron Patterson2010-03-181-0/+1
* removing spawn from SpawnMethodsAaron Patterson2010-03-101-6/+6
* refactoring build_whereAaron Patterson2010-03-061-7/+7
* avoid @lock_value not initialized warningSantiago Pastorino2010-02-221-1/+1
* Clear up some ivar warningsJeremy Kemper2010-01-271-3/+13
* Simplify finder method definitionsPratik Naik2010-01-211-13/+11
* Supplying Arel::SqlLiteral is much fasterPratik Naik2010-01-211-5/+12
* Use quoted_table_name with arel.from() if no from values explicitly supplied....Pratik Naik2010-01-211-2/+4
* Always use table.* in the finder query unless specifiedPratik Naik2010-01-211-1/+1
* 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