aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases/result_test.rb
Commit message (Collapse)AuthorAgeFilesLines
* 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.
* Change Result#each to return an Enumerator when called without a block.Ben Woosley2013-06-181-0/+33
As with #10992, this lets us call #with_index, etc on the results.