index
:
rails.git
3-2-stable-for-hmno
master
Mirror of official rails repo with custom fixes.
Harald Eilertsen
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
activerecord
/
lib
/
active_record
/
result.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
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