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
/
test
/
cases
/
attribute_set_test.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Implement equality comparison on `AttributeSet` and friends
Sean Griffin
2015-10-06
1
-0
/
+10
*
Separate `dup` from `deep_dup` in the attributes hash
Sean Griffin
2015-09-28
1
-1
/
+19
*
Clean up the implementation of AR::Dirty
Sean Griffin
2015-09-24
1
-0
/
+14
*
`type_cast_from_user` -> `cast`
Sean Griffin
2015-02-17
1
-1
/
+1
*
`Type#type_cast_from_database` -> `Type#deserialize`
Sean Griffin
2015-02-17
1
-1
/
+1
*
Maintain a consistent order in `ActiveRecord::Base#attributes`
Sean Griffin
2015-02-10
1
-0
/
+10
*
Introduce `ActiveRecord::Base#accessed_fields`
Sean Griffin
2015-01-20
1
-0
/
+11
*
Don't error when `attributes` is called on a frozen AR model
Sean Griffin
2014-12-08
1
-0
/
+8
*
Correctly determine if an attribute is uninitialized
Sean Griffin
2014-11-14
1
-1
/
+9
*
Reduce the amount of work performed when instantiating AR models
Sean Griffin
2014-11-14
1
-0
/
+9
*
AttributeSet#include? -> AttributeSet#key?
Sean Griffin
2014-07-11
1
-5
/
+5
*
`Attribute` should know about its name
Sean Griffin
2014-06-26
1
-0
/
+3
*
Encapsulate the creation of `Attribute` objects
Sean Griffin
2014-06-26
1
-1
/
+35
*
Merge pull request #15868 from sgrif/sg-uninitialized-attributes
Rafael Mendonça França
2014-06-26
1
-0
/
+56
|
\
|
*
Move behavior of `read_attribute` to `AttributeSet`
Sean Griffin
2014-06-25
1
-0
/
+56
*
|
Merge pull request #15846 from sgrif/sg-attributes-before-type-cast
Rafael Mendonça França
2014-06-26
1
-0
/
+7
|
\
\
|
|
/
|
/
|
|
*
Move `attributes_before_type_cast` to `AttributeSet`
Sean Griffin
2014-06-21
1
-0
/
+7
*
|
Merge pull request #15839 from sgrif/sg-attr-set-null
Yves Senn
2014-06-22
1
-0
/
+8
|
\
\
|
*
|
Return a null object from `AttributeSet#[]`
Sean Griffin
2014-06-20
1
-0
/
+8
|
|
/
*
/
Move `attributes` to the `AttributeSet` object.
Sean Griffin
2014-06-21
1
-0
/
+8
|
/
*
Introduce an object to aid in creation and management of `@attributes`
Sean Griffin
2014-06-19
1
-0
/
+49