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_methods
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge pull request #16704 from ankit1910/use-existing-method
Rafael Mendonça França
2014-09-01
1
-1
/
+1
|
\
|
*
use self instead of #read_attribute
ankit1910
2014-08-26
1
-1
/
+1
*
|
Avoid using heredoc for user warnings
Godfrey Chan
2014-08-28
2
-7
/
+4
*
|
Cache the value of `changed_attributes` when calling `changes_applied`
Sean Griffin
2014-08-22
1
-1
/
+20
|
/
*
Don't calculate in-place changes twice
Sean Griffin
2014-08-22
1
-8
/
+0
*
Implement `_was` and `changes` for in-place mutations of AR attributes
Sean Griffin
2014-08-16
1
-11
/
+14
*
Define id_was to get the previous value of the primary key
Rafael Mendonça França
2014-08-06
1
-1
/
+7
*
Merge pull request #16180 from rafaelfranca/rm-dirty
Rafael Mendonça França
2014-07-15
1
-2
/
+2
|
\
|
*
Deprecate ActiveModel::Dirty#reset_changes in favor of #clear_changes_informa...
Rafael Mendonça França
2014-07-15
1
-2
/
+2
*
|
Revert "Revert "Merge pull request #16059 from jenncoop/json-serialized-attr""
Godfrey Chan
2014-07-15
1
-1
/
+6
|
/
*
Revert "Merge pull request #16059 from jenncoop/json-serialized-attr"
Godfrey Chan
2014-07-05
1
-6
/
+1
*
Merge pull request #16059 from jenncoop/json-serialized-attr
Godfrey Chan
2014-07-05
1
-1
/
+6
*
Stop using instance exec for type decorators
Sean Griffin & Sean Doyle
2014-06-27
1
-5
/
+15
*
Move writing unknown column exception to null attribute
Sean Griffin
2014-06-26
2
-9
/
+2
*
Encapsulate the creation of `Attribute` objects
Sean Griffin
2014-06-26
1
-3
/
+2
*
Merge pull request #15868 from sgrif/sg-uninitialized-attributes
Rafael Mendonça França
2014-06-26
1
-10
/
+3
|
\
|
*
Move behavior of `read_attribute` to `AttributeSet`
Sean Griffin
2014-06-25
1
-10
/
+3
*
|
Merge pull request #15846 from sgrif/sg-attributes-before-type-cast
Rafael Mendonça França
2014-06-26
1
-1
/
+1
|
\
\
|
*
|
Move `attributes_before_type_cast` to `AttributeSet`
Sean Griffin
2014-06-21
1
-1
/
+1
*
|
|
Silence warning in test
Sean Griffin
2014-06-24
1
-2
/
+2
|
|
/
|
/
|
*
|
Return a null object from `AttributeSet#[]`
Sean Griffin
2014-06-20
3
-10
/
+4
|
/
*
Use `column_defaults` in dirty for checking changed defaults
Sean Griffin
2014-06-17
1
-11
/
+3
*
Promote time zone aware attributes to a first class type decorator
Sean Griffin
2014-06-16
1
-1
/
+6
*
Refactor in-place dirty checking to use the attribute object
Sean Griffin
2014-06-16
2
-9
/
+7
*
Change the deprecation warning on `serialized_attributes`
Sean Griffin
2014-06-15
1
-8
/
+2
*
Deprecate `serialized_attributes` without replacement
Sean Griffin
2014-06-14
1
-16
/
+17
*
Merge pull request #15674 from sgrif/sg-mutable-attributes
Matthew Draper
2014-06-14
2
-23
/
+77
|
\
|
*
Detect in-place changes on mutable AR attributes
Sean Griffin
2014-06-13
2
-23
/
+77
*
|
Merge pull request #15593 from sgrif/sg-attribute
Rafael Mendonça França
2014-06-13
3
-29
/
+19
|
\
\
|
*
|
Introduce an Attribute object to handle the type casting dance
Sean Griffin
2014-06-13
3
-29
/
+19
|
|
/
*
|
Use a conditional rather than early return in `id`
Sean Griffin
2014-06-12
1
-3
/
+4
*
|
Fix performance regression on preloading HABTM associations
Sean Griffin
2014-06-12
1
-0
/
+1
|
/
*
rm cached attributes
Sean Griffin
2014-06-11
1
-38
/
+11
*
Rename `type_cast` to `type_cast_from_database`
Sean Griffin
2014-06-09
2
-3
/
+3
*
Make `_before_type_cast` actually be before type cast
Sean Griffin
2014-06-09
2
-46
/
+15
*
Merge pull request #15546 from sgrif/sg-lazy-decorators
Rafael Mendonça França
2014-06-07
1
-4
/
+2
|
\
|
*
Don't query the database schema when calling `serialize`
Sean Griffin
2014-06-07
1
-4
/
+2
*
|
Merge pull request #15561 from sgrif/sg-time-zone-aware-arrays
Rafael Mendonça França
2014-06-07
1
-1
/
+11
|
\
\
|
*
|
Ensure time zones don't change after round trip with array columns
Sean Griffin
2014-06-07
1
-1
/
+11
*
|
|
Do not type cast twice on attribute assignment
Sean Griffin
2014-06-07
1
-11
/
+20
|
/
/
*
|
changelog for #15556 and credit @kuldeepaggarwal [Kuldeep Aggarwal]
Yves Senn
2014-06-07
1
-2
/
+0
*
|
Add array support when time zone aware attributes are enabled
Sean Griffin
2014-06-07
1
-1
/
+13
|
/
*
Return a null column when no column exists for an attribute
Sean Griffin
2014-06-03
2
-7
/
+8
*
Refactor determination of whether the field has changed
Sean Griffin
2014-06-03
2
-35
/
+2
*
Remove most code related to serialized properties
Sean Griffin
2014-06-01
3
-58
/
+7
*
Don't change values in `@raw_attributes` during serialization
Sean Griffin
2014-06-01
1
-1
/
+1
*
Rename attribute related instance variables to better express intent
Sean Griffin
2014-05-30
6
-16
/
+16
*
Don't reference comments that do not exist
Sean Griffin
2014-05-29
1
-2
/
+0
*
Move `type_cast_for_write` behavior over to the serialized type object
Sean Griffin
2014-05-29
2
-48
/
+8
*
Refactor serialized types to be partially defined as custom properties
Sean Griffin
2014-05-29
1
-20
/
+6
[next]