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
*
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
*
These are already required through AS/rails
Akira Matsuda
2013-01-07
1
-1
/
+0
*
Rename update_attributes method to update, keep update_attributes as an alias
Amparo Luna + Guillermo Iguaran
2013-01-03
1
-2
/
+2
*
Serialized attribute can be serialized in an integer column
Rafael Mendonça França
2012-12-21
1
-0
/
+8
*
Don't call will_change! for datetime nil->"".
Alisdair McDiarmid
2012-11-25
1
-0
/
+1
*
Don't allocate new strings in compiled attribute methods
Jon Leighton
2012-11-21
2
-20
/
+32
*
Remove return guard
Carlos Antonio da Silva
2012-11-17
1
-2
/
+1
*
Keep the code related to serialization in Serialization module.
Nikita Afanasenko
2012-11-10
1
-1
/
+9
*
Merge branch 'master' of github.com:lifo/docrails
Vijay Dev
2012-11-03
1
-0
/
+43
|
\
|
*
Fix code example in AR::AttributeMethods::BeforeTypeCast.
Hendy Tanata
2012-10-22
1
-1
/
+1
|
*
add docs to AR::AttributeMethods::BeforeTypeCast [ci skip]
Francesco Rodriguez
2012-10-21
1
-0
/
+23
|
*
fix typo and improve example [ci skip]
Francesco Rodriguez
2012-10-21
1
-1
/
+3
|
*
update AR::AttributeMethods::BeforeTypeCast docs [ci skip]
Francesco Rodriguez
2012-10-21
1
-0
/
+18
*
|
Revert "Don't allocate new strings in compiled attribute methods"
David Heinemeier Hansson
2012-10-31
2
-39
/
+20
*
|
Fix `attributes_before_type_cast` for serialised attributes.
Nikita Afanasenko
2012-10-31
1
-0
/
+10
*
|
Make caller attribute in deprecation methods optional
Alexey Gaziev
2012-10-30
1
-1
/
+1
*
|
Provide a call stack for deprecation warnings where needed.
Nikita Afanasenko
2012-10-29
1
-1
/
+2
*
|
Remove ActiveRecord::Model
Jon Leighton
2012-10-26
3
-24
/
+9
|
/
*
Revert "Get rid of the ActiveRecord::Model::DeprecationProxy thing."
Jeremy Kemper
2012-10-20
3
-3
/
+3
[next]