aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/relation/spawn_methods.rb
Commit message (Collapse)AuthorAgeFilesLines
...
* Make scopes use relations under the hoodPratik Naik2010-01-161-7/+21
|
* Delay building arel relation as long as possible for improved introspectionPratik Naik2010-01-121-48/+41
|
* Add Relation#create_with to explictily specify create scopePratik Naik2010-01-041-0/+10
|
* 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-031-2/+2
|
* Move Relation#spawn and Relation#merge to a separate modulePratik Naik2010-01-031-0/+49