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.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Implement equality comparison on `AttributeSet` and friends
Sean Griffin
2015-10-06
1
-0
/
+4
*
Separate `dup` from `deep_dup` in the attributes hash
Sean Griffin
2015-09-28
1
-1
/
+7
*
Clean up the implementation of AR::Dirty
Sean Griffin
2015-09-24
1
-0
/
+5
*
Significantly improve the performance of `_read_attribute` on JRuby
Sean Griffin
2015-02-06
1
-2
/
+10
*
Attribute assignment and type casting has nothing to do with columns
Sean Griffin
2015-01-31
1
-1
/
+5
*
Remove `AttributeSet#initialized_keys`
Sean Griffin
2015-01-31
1
-1
/
+1
*
Introduce `ActiveRecord::Base#accessed_fields`
Sean Griffin
2015-01-20
1
-0
/
+4
*
`update_column` take ruby-land input, not database-land input
Sean Griffin
2014-12-16
1
-0
/
+4
*
Improve the performance of reading attributes
Sean Griffin
2014-11-18
1
-2
/
+2
*
Reduce the amount of work performed when instantiating AR models
Sean Griffin
2014-11-14
1
-9
/
+5
*
AttributeSet#include? -> AttributeSet#key?
Sean Griffin
2014-07-11
1
-3
/
+3
*
Merge pull request #16015 from sgrif/sg-ensure-initialized
Rafael Mendonça França
2014-07-02
1
-0
/
+6
|
\
|
*
Move pk initialization logic onto `AttributeSet`
Sean Griffin
2014-07-02
1
-0
/
+6
*
|
Don't error when `dup`ing a record with no PK
Sean Griffin
2014-07-02
1
-0
/
+6
|
/
*
Use `Hash#transform_values` to clean up `AttributeSet`
Sean Griffin
2014-06-29
1
-7
/
+3
*
`Attribute` should know about its name
Sean Griffin
2014-06-26
1
-8
/
+6
*
Encapsulate the creation of `Attribute` objects
Sean Griffin
2014-06-26
1
-1
/
+9
*
Merge pull request #15868 from sgrif/sg-uninitialized-attributes
Rafael Mendonça França
2014-06-26
1
-17
/
+24
|
\
|
*
Move behavior of `read_attribute` to `AttributeSet`
Sean Griffin
2014-06-25
1
-17
/
+24
*
|
Merge pull request #15846 from sgrif/sg-attributes-before-type-cast
Rafael Mendonça França
2014-06-26
1
-1
/
+5
|
\
\
|
|
/
|
/
|
|
*
Move `attributes_before_type_cast` to `AttributeSet`
Sean Griffin
2014-06-21
1
-1
/
+5
*
|
add missing `:nodoc:` for recent refactorings. [ci skip]
Yves Senn
2014-06-24
1
-2
/
+1
*
|
`reload` should fully reload attributes
Sean Griffin
2014-06-22
1
-4
/
+0
*
|
Merge pull request #15839 from sgrif/sg-attr-set-null
Yves Senn
2014-06-22
1
-1
/
+2
|
\
\
|
*
|
Return a null object from `AttributeSet#[]`
Sean Griffin
2014-06-20
1
-1
/
+2
|
|
/
*
/
Move `attributes` to the `AttributeSet` object.
Sean Griffin
2014-06-21
1
-0
/
+5
|
/
*
Introduce an object to aid in creation and management of `@attributes`
Sean Griffin
2014-06-19
1
-0
/
+51