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
/
attribute_set
Commit message (
Expand
)
Author
Age
Files
Lines
*
Don't error when `attributes` is called on a frozen AR model
Sean Griffin
2014-12-08
1
-1
/
+3
*
Remove needless call to `key?` when building attributes
Sean Griffin
2014-11-18
1
-2
/
+4
*
LazyAttributeHash is private
Sean Griffin
2014-11-18
1
-1
/
+1
*
Remove call to `key?` in `LazyAttributeHash#[]`
Sean Griffin
2014-11-18
1
-5
/
+1
*
Remove pointless `private`
Sean Griffin
2014-11-17
1
-2
/
+0
*
Don't freeze the same hash we use for memoization
Sean Griffin
2014-11-14
1
-6
/
+7
*
Allow `LazyAttributeHash` to be marshalled
Sean Griffin
2014-11-14
1
-13
/
+17
*
Correctly determine if an attribute is uninitialized
Sean Griffin
2014-11-14
1
-1
/
+1
*
Reduce the amount of work performed when instantiating AR models
Sean Griffin
2014-11-14
1
-15
/
+63
*
Revert "Improve performance of AR object instantiation"
Sean Griffin
2014-11-14
1
-18
/
+3
*
Remove unneccesary default parameters
Sean Griffin
2014-11-05
1
-1
/
+1
*
Improve performance of AR object instantiation
Sean Griffin
2014-11-05
1
-3
/
+18
*
some object allocation reduction for new AR objects
Aaron Patterson
2014-09-27
1
-2
/
+5
*
`Attribute` should know about its name
Sean Griffin
2014-06-26
1
-4
/
+3
*
Encapsulate the creation of `Attribute` objects
Sean Griffin
2014-06-26
1
-1
/
+1
*
Move behavior of `read_attribute` to `AttributeSet`
Sean Griffin
2014-06-25
1
-0
/
+33