aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases/result_test.rb
Commit message (Expand)AuthorAgeFilesLines
* applies new string literal convention in activerecord/testXavier Noria2016-08-061-11/+11
* Optimize ActiveRecord::Result#lastBenjamin Quorning2016-06-241-0/+5
* Add ActiveRecord::Result#firstBenjamin Quorning2016-06-241-0/+5
* add length to ActiveRecord::ResultAaron Patterson2014-10-131-0/+4
* Encapsulate knowledge of type objects on `ActiveRecord::Result`Sean Griffin2014-06-221-4/+40
* Return sized enumerator from Batches#find_eachMarc-Andre Lafortune2014-02-051-0/+6
* Strengthen test with different nb of rows and columnsMarc-Andre Lafortune2014-02-051-2/+4
* Merge pull request #10993 from Empact/result-each-enumeratorCarlos Antonio da Silva2013-06-251-1/+0
* Change Result#each to return an Enumerator when called without a block.Ben Woosley2013-06-181-0/+33