aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/relation/finder_methods.rb
Commit message (Collapse)AuthorAgeFilesLines
* Here the intention was to assign to different objectsSantiago Pastorino2010-05-081-1/+1
|
* Make find_or_create and find_or_initialize work mixing explicit parameters ↵Santiago Pastorino2010-05-071-9/+13
| | | | | | and a hash [#4457 state:committed] Signed-off-by: Jeremy Kemper <jeremy@bitsweat.net>
* Fix eager loading of associations causing table name collisionsErnie Miller2010-04-281-1/+0
| | | | | | [#4463 state:committed] Signed-off-by: Jeremy Kemper <jeremy@bitsweat.net>
* Some require indifferent_access addedSantiago Pastorino2010-04-211-0/+1
| | | | Signed-off-by: Xavier Noria <fxn@ubuntu.(none)>
* Make Relation#first and Relation#last behave like named scope'sPratik Naik2010-04-021-2/+18
|
* adds missing requires for Object#blank? and Object#present?Xavier Noria2010-03-281-0/+2
|
* Move methods from association to relation finder methods.Emilio Tagua2010-03-251-2/+11
|
* Use @limit_value and @offset_value instead of calling arelPratik Naik2010-01-201-4/+4
|
* Delegate exists? to RelationPratik Naik2010-01-201-3/+33
|
* Delegate all finders to RelationPratik Naik2010-01-201-29/+147
|
* Remove Relation#where_clausePratik Naik2010-01-191-2/+2
|
* Delegate count to RelationPratik Naik2010-01-191-1/+6
|
* Add Relation#construct_relation_for_association_calculations for ↵Pratik Naik2010-01-191-0/+6
| | | | calculations with includes
* Add Relation#find_with_associations to load relation with eager loaded ↵Pratik Naik2010-01-191-0/+36
| | | | associations
* Delay building arel relation as long as possible for improved introspectionPratik Naik2010-01-121-4/+4
|
* Use Arel::Attribute for pk conditionsPratik Naik2010-01-011-4/+4
|
* Organize Relation methods into separate modulesPratik Naik2009-12-301-0/+120