| Commit message (Expand) | Author | Age | Files | Lines |
* | Use frozen-string-literal in ActiveRecord | Kir Shatrov | 2017-07-19 | 1 | -0/+2 |
* | Revert "Merge pull request #29540 from kirs/rubocop-frozen-string" | Matthew Draper | 2017-07-02 | 1 | -1/+0 |
* | Enforce frozen string in Rubocop | Kir Shatrov | 2017-07-01 | 1 | -0/+1 |
* | Improve docs for ActiveRecord::Result. [ci skip] | Trevor Reiff | 2017-02-24 | 1 | -1/+12 |
* | Add `Type.default_value` and use it everywhere for internal | Ryuta Kamizono | 2016-08-26 | 1 | -3/+1 |
* | normalizes indentation and whitespace across the project | Xavier Noria | 2016-08-06 | 1 | -29/+29 |
* | Optimize ActiveRecord::Result#last | Benjamin Quorning | 2016-06-24 | 1 | -1/+2 |
* | Add ActiveRecord::Result#first | Benjamin Quorning | 2016-06-24 | 1 | -0/+5 |
* | applies new doc guidelines to Active Record. | Yves Senn | 2015-10-14 | 1 | -2/+3 |
* | `Type#type_cast_from_database` -> `Type#deserialize` | Sean Griffin | 2015-02-17 | 1 | -1/+1 |
* | Revert "Improve performance of AR object instantiation" | Sean Griffin | 2014-11-14 | 1 | -9/+0 |
* | Improve performance of AR object instantiation | Sean Griffin | 2014-11-05 | 1 | -0/+9 |
* | add length to ActiveRecord::Result | Aaron Patterson | 2014-10-13 | 1 | -0/+4 |
* | Encapsulate knowledge of type objects on `ActiveRecord::Result` | Sean Griffin | 2014-06-22 | 1 | -8/+15 |
* | Introduce an Attribute object to handle the type casting dance | Sean Griffin | 2014-06-13 | 1 | -1/+1 |
* | Use an actual identity type in AR::Result#identity_type | Sean Griffin | 2014-06-09 | 1 | -1/+1 |
* | Rename attribute related instance variables to better express intent | Sean Griffin | 2014-05-30 | 1 | -1/+1 |
* | Return sized enumerator from Batches#find_each | Marc-Andre Lafortune | 2014-02-05 | 1 | -1/+1 |
* | Also dup `column_types` in AR::Result `initialize_copy` | Vipul A M | 2013-11-10 | 1 | -3/+4 |
* | typecast records returned from the db rather than to_sing everything | Aaron Patterson | 2013-10-08 | 1 | -0/+4 |
* | Perf: micro optimised Result column hash_row creation | Sam | 2013-08-29 | 1 | -1/+15 |
* | Added some usage about ActiveRecord::Result [ci skip] | kennyj | 2013-07-23 | 1 | -2/+26 |
* | make the identity type a singleton to save on object creation | Aaron Patterson | 2013-07-01 | 1 | -0/+6 |
* | Change Result#each to return an Enumerator when called without a block. | Ben Woosley | 2013-06-18 | 1 | -1/+5 |
* | Remove ActiveRecord::Model | Jon Leighton | 2012-10-26 | 1 | -1/+1 |
* | Freeze columns only once per Result | Santiago Pastorino | 2012-09-20 | 1 | -6/+9 |
* | Freeze columns just before using them as hash keys | Santiago Pastorino | 2012-09-20 | 1 | -2/+5 |
* | Freeze columns before using them as hash keys | Jeremy Evans | 2012-09-13 | 1 | -1/+1 |
* | Refactor AR::Result or inherits. Because we have redundant codes about | kennyj | 2012-08-22 | 1 | -2/+2 |
* | Doc for ActiveRecord::Result empty? method | Rob Zolkos | 2012-05-07 | 1 | -0/+1 |
* | moving column types to an ivar on the result | Aaron Patterson | 2012-02-07 | 1 | -8/+5 |
* | column types are passed from the result set to the instantiated AR object | Aaron Patterson | 2012-02-07 | 1 | -0/+4 |
* | QueryCache will just dup an AR::Result, AR::Result can deep copy | Aaron Patterson | 2012-01-31 | 1 | -0/+6 |
* | made the result set object act more like an array | Aaron Patterson | 2012-01-31 | 1 | -0/+19 |
* | Remove extra white spaces on ActiveRecord docs. | Sebastian Martinez | 2011-05-23 | 1 | -1/+1 |
* | updating the docco for ActiveRecord::Result | Aaron Patterson | 2011-04-11 | 1 | -2/+2 |
* | adjust query counts to be consistent across databases, make sure database log... | Aaron Patterson | 2011-02-04 | 1 | -0/+4 |
* | AR internals expect a normal hash, otherwise there are serialization incompat... | Aaron Patterson | 2011-01-05 | 1 | -1/+1 |
* | exec returns an AR::Result | Aaron Patterson | 2010-10-26 | 1 | -0/+30 |