aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/querying.rb
Commit message (Expand)AuthorAgeFilesLines
...
* Fix PR #6091Andrew White2012-04-301-1/+1
* Add Relation#find_by and Relation#find_by!Jon Leighton2012-03-301-0/+1
* column types are passed from the result set to the instantiated AR objectAaron Patterson2012-02-071-1/+10
* Merge pull request #4805 from xuanxu/none_and_null_object_patternJon Leighton2012-01-311-1/+1
|\
| * Added `none` query method to return zero records.Juanjo Bazán2012-01-311-1/+1
* | always return the result set from select_allAaron Patterson2012-01-311-1/+1
* | made the result set object act more like an arrayAaron Patterson2012-01-311-1/+2
|/
* Add ActiveRecord::Relation#references (#950)Jon Leighton2012-01-161-1/+1
* Split out most of the AR::Base code into separate modules :cake:Jon Leighton2011-12-151-0/+58