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
*
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
*
Merge branch 'master' of github.com:rails/docrails
Vijay Dev
2013-11-07
1
-0
/
+3
|
\
|
*
warning about saving models with dirty attributes
Damien Mathieu
2013-10-23
1
-0
/
+3
*
|
`ActiveRecord::Store` works together with PG `hstore` columns.
Yves Senn
2013-10-25
1
-0
/
+4
|
/
*
Merge pull request #10816 from bogdan/less-dirty-dirty
Rafael Mendonça França
2013-09-23
1
-9
/
+6
*
Merge pull request #12188 from SamSaffron/master
Aaron Patterson
2013-09-11
1
-7
/
+8
|
\
|
*
Perf: avoid dupes add fallback logic for coders
Sam
2013-09-11
1
-7
/
+8
*
|
Perf: avoid array allocation where not needed
Sam
2013-08-27
1
-1
/
+1
|
/
*
method transplanting between modules isn't supported on 1.9
Aaron Patterson
2013-07-03
2
-10
/
+51
*
refactor the method cache objects to have a superclass
Aaron Patterson
2013-07-03
2
-51
/
+16
*
keep a cache of writer methods
Aaron Patterson
2013-07-03
1
-11
/
+34
*
move the reader method cache in to the read module
Aaron Patterson
2013-07-03
1
-1
/
+49
*
keep a cache of the reader methods so we can reuse them
Aaron Patterson
2013-07-03
1
-34
/
+2
*
reduce the amount of code Ruby has to parse
Aaron Patterson
2013-07-02
1
-3
/
+8
*
making the comment more accurate
Aaron Patterson
2013-07-02
1
-2
/
+5
*
stop storing multiple copies of a particular attribute name
Aaron Patterson
2013-07-02
2
-4
/
+6
*
eagerly assign the attribute name cache, remove const_missing
Aaron Patterson
2013-07-02
2
-0
/
+4
*
Removed deprecated methods partial_updates and family
Neeraj Singh
2013-07-02
1
-11
/
+0
*
fix serialization type cast when value is already unserialized
Jan Berdajs
2013-06-05
1
-1
/
+5
*
the typecast value should be passed to the serializer. fixes #10830
Aaron Patterson
2013-06-05
1
-5
/
+5
*
Remove instance level serialized_attributes setting was deprecated.
kennyj
2013-06-02
1
-7
/
+0
*
read_attribute_before_type_cast should accept symbol
Neeraj Singh
2013-05-11
1
-1
/
+2
*
fix :nodoc: mark on AR::AttributeMethods::Serialization [ci skip]
Francesco Rodriguez
2013-04-12
1
-2
/
+2
*
update ActiveRecord::AttributeMethods::Serialization documentation [ci skip]
Francesco Rodriguez
2013-04-04
1
-0
/
+7
*
safely publish columns and columns hash info
Aaron Patterson
2013-03-14
1
-1
/
+1
*
assigning '0.0' to a nullable numeric column does not make it dirty
Yves Senn
2013-03-05
1
-1
/
+5
*
Reduced memory leak problem in transactions by lazily updating AR objects wit...
wangjohn
2013-02-20
1
-0
/
+5
*
Gist URLs are now namespaced
Akira Matsuda
2013-02-18
1
-1
/
+1
*
Simplify type casting code for timezone aware attributes
Andrew White
2013-01-26
1
-10
/
+5
*
Fix handling of dirty time zone aware attributes
Lilibeth De La Cruz
2013-01-26
1
-2
/
+2
*
Revert "Round usec when writing timestamp attribute."
Andrew White
2013-01-22
1
-13
/
+5
*
change unless !blank? to if blank? in get_primary_key
Angelo capilleri
2013-01-08
1
-1
/
+1
[next]