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
*
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
*
Get rid of the ActiveRecord::Model::DeprecationProxy thing.
Jon Leighton
2012-10-19
3
-3
/
+3
*
Rename the partial_updates config to partial_writes
Jon Leighton
2012-10-19
1
-6
/
+18
*
The default value of a text/blob in mysql strict mode should be nil
Jon Leighton
2012-10-19
1
-11
/
+1
*
Don't allocate new strings in compiled attribute methods
Jon Leighton
2012-10-12
2
-20
/
+39
*
Revert "Key the attributes hash with symbols"
Jon Leighton
2012-10-12
3
-12
/
+8
*
Merge branch 'master' of github.com:lifo/docrails
Vijay Dev
2012-09-28
5
-30
/
+40
|
\
|
*
update AR/attribute_methods documentation [ci skip]
Francesco Rodriguez
2012-09-21
4
-26
/
+36
|
*
fix AR::AttributeMethods::Dirty :nodoc: [ci skip]
Francesco Rodriguez
2012-09-21
1
-4
/
+4
*
|
Support for partial inserts.
Jon Leighton
2012-09-28
1
-3
/
+17
*
|
Removing dead code. attribute_cast_code is not called.
kennyj
2012-09-28
2
-25
/
+0
|
/
*
Set primary key with id= only if primary key exists
Guillermo Iguaran
2012-09-16
1
-1
/
+1
*
Remove mass assignment security from ActiveRecord
Guillermo Iguaran
2012-09-16
1
-2
/
+1
*
Raise MissingAttributeError on query methods
Ernie Miller
2012-09-08
1
-1
/
+1
*
Minor refactor in ActiveRecord#initialize_dup
Carlos Antonio da Silva
2012-09-07
1
-1
/
+0
*
Avoid #fetch for non-nil values.
Jon Leighton
2012-08-31
1
-1
/
+2
*
Key the attributes hash with symbols
Jon Leighton
2012-08-31
3
-7
/
+12
*
call methods on AR::Model after ClassMethods module is defined
Aaron Patterson
2012-08-24
1
-1
/
+2
*
Use instance_accessor: false instead of instance_writer.
kennyj
2012-08-21
1
-2
/
+7
*
Round usec when writing timestamp attribute.
kennyj
2012-08-21
1
-5
/
+14
*
Pull more serialize code into a lazy included module
Jon Leighton
2012-08-17
1
-60
/
+63
*
Optimize instantiation for models which don't use serialize
Jon Leighton
2012-08-17
1
-13
/
+20
*
load active_support/core_ext/class/attribute in active_support/rails
Xavier Noria
2012-08-02
2
-2
/
+0
*
load active_support/core_ext/object/inclusion in active_support/rails
Xavier Noria
2012-08-02
1
-1
/
+0
*
load active_support/core_ext/object/blank in active_support/rails
Xavier Noria
2012-08-02
2
-2
/
+0
*
Do not consider the numeric attribute as changed if the old value is
Rafael Mendonça França
2012-08-02
1
-1
/
+1
*
Added *instance_writer: false* for stored/serialized attributes.
kennyj
2012-07-07
1
-1
/
+1
*
changed the firm of changes_from_zero_to_string?
Angelo capilleri
2012-06-21
1
-2
/
+2
*
Refactor the conditionals
Rafael Mendonça França
2012-06-19
1
-7
/
+7
*
Validates_numericality_of is skipped when changing 0 to to non-empty string
Angelo capilleri
2012-06-19
1
-5
/
+15
*
Simplify AR configuration code.
Jon Leighton
2012-06-15
4
-9
/
+23
*
Fix #6591. If a field with timezone isn't changed, we don't call will_change!.
kennyj
2012-06-04
1
-1
/
+2
[next]