aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases/result_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Deprecate ActiveRecord::Result#to_hash in favor of #to_aKevin Cheng2018-09-181-2/+12
* Speed up homogeneous AR lists / reduce allocationsAaron Patterson2018-06-251-0/+5
* Use frozen-string-literal in ActiveRecordKir Shatrov2017-07-191-0/+2
* Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"Matthew Draper2017-07-021-1/+0
* Enforce frozen string in RubocopKir Shatrov2017-07-011-0/+1
* Remove checks for Enumerator#size methodEugene Kenny2017-04-251-4/+2
* Add three new rubocop rulesRafael Mendonça França2016-08-161-5/+5
* 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