aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/querying.rb
Commit message (Collapse)AuthorAgeFilesLines
...
* Fix PR #6091Andrew White2012-04-301-1/+1
| | | | | | 1. ActiveRecord::Base is not ActiveRecord::Relation 2. The order of records from an SQL query is uncertain without an ORDER clause 3. Run your own tests when submitting a pull request
* 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.
| * Added `none` query method to return zero records.Juanjo Bazán2012-01-311-1/+1
| | | | | | And added NullRelation class implementing the null object pattern for the `Relation` class.
* | 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