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
*
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
*
Add an interface for type objects to control Ruby => SQL
Sean Griffin
2014-05-26
2
-8
/
+4
*
Merge pull request #14613 from Sirupsen/fix-serialize-update-column
Rafael Mendonça França
2014-05-21
2
-14
/
+30
|
\
|
*
Fix serialized field returning serialized data after update_column
Simon Eskildsen
2014-04-05
2
-14
/
+30
*
|
Remove :timestamp column type
Sean Griffin
2014-05-19
2
-4
/
+4
*
|
docs, double meaning of `serialize` argument. Closes #14284.
Yves Senn
2014-04-14
1
-5
/
+16
|
/
*
[Active Record] Renamed private methods create_record and update_record
Prathamesh Sonpatki
2014-02-20
1
-2
/
+2
*
Aesthetic
Rafael Mendonça França
2014-01-29
1
-6
/
+5
*
Fixing issue with activerecord serialization not being able to dump a record ...
Mauricio Linhares
2014-01-29
1
-0
/
+11
*
Merge pull request #13799 from kbrock/better_dirty
Jeremy Kemper
2014-01-22
2
-1
/
+29
|
\
|
*
Move changed_attributes into dirty.rb
Keenan Brock
2014-01-22
2
-1
/
+29
*
|
Add more tests for the dirty feature for enums
Rafael Mendonça França
2014-01-21
1
-1
/
+0
*
|
Extract all attribute changed work to its own method
Rafael Mendonça França
2014-01-21
1
-3
/
+7
|
/
*
Fix typo: data --> date
Alex Ghiculescu
2013-12-19
1
-1
/
+1
[next]