aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/attribute_methods
Commit message (Expand)AuthorAgeFilesLines
* Fix handling of dirty time zone aware attributesLilibeth De La Cruz2013-02-171-2/+2
* Revert "Merge pull request #6986 from kennyj/fix_6975"Andrew White2013-01-221-14/+5
* Refactor write attribute logic to convert number column valueCarlos Antonio da Silva2013-01-071-4/+5
* Serialized attribute can be serialized in an integer columnRafael Mendonça França2012-12-211-0/+8
* Merge pull request #8311 from alisdair/dirty-nullable-datetimeCarlos Antonio da Silva2012-11-251-0/+1
* Backport #8078: Fix `attributes_before_type_cast` for serialised attributes.Nikita Afanasenko2012-11-091-0/+10
* Merge pull request #3544 from amatsuda/_field_changedAaron Patterson2012-09-211-3/+3
* Merge pull request #6986 from kennyj/fix_6975Rafael Mendonça França2012-08-211-5/+14
* Do not consider the numeric attribute as changed if the old value isRafael Mendonça França2012-08-021-1/+1
* Merge branch 'acapilleri-update_nested_attributes'Rafael Mendonça França2012-06-211-5/+15
* Fix #6591. If a field with timezone isn't changed, we don't call will_change!.kennyj2012-06-041-1/+2
* Merge pull request #5810 from kennyj/fix_5797Aaron Patterson2012-05-301-3/+4
* Remove unused 'cast_code' variableKevin Moore2012-04-031-2/+0
* Fix #5549.Jon Leighton2012-03-281-3/+6
* force datetime attributes to be changedSergey Nartimov2012-03-271-0/+1
* Fix attribute_before_type_cast for serialized attributes. Fixes #4837.Jon Leighton2012-02-071-0/+8
* Allow writing unknown attributes, but with a deprecation warning. Closes #4583.Jon Leighton2012-01-311-4/+7
* Doh, remove debugging lineJon Leighton2011-12-231-1/+0
* Fix #4046.Jon Leighton2011-12-231-4/+3
* Make read_attribute code path accessible at the class levelJon Leighton2011-12-222-27/+33
* Fix the build on postgres. Note: we should probably actually make schema muta...Jon Leighton2011-12-161-1/+1
* Don't store defaults in the schema cacheJon Leighton2011-12-161-2/+2
* Cache columns at the model level.Jon Leighton2011-12-161-2/+0
* Split out most of the AR::Base code into separate modules :cake:Jon Leighton2011-12-151-0/+12
* Fix #3987.Jon Leighton2011-12-151-0/+2
* Stop the build asploding on 1.8.7Jon Leighton2011-12-141-0/+2
* Use a separate module for 'external' attribute methods.Jon Leighton2011-12-142-17/+12
* use the schema cache when asking for the primary keyAaron Patterson2011-12-121-1/+1
* fixing eval'd line numbers.Aaron Patterson2011-12-081-2/+2
* Fix #3837.Jon Leighton2011-12-031-11/+5
* Revert "Roflscaling!" (for now)Jon Leighton2011-12-022-8/+11
* Fewer string allocations in attribute methodJon Leighton2011-12-011-4/+4
* Roflscaling!Jon Leighton2011-12-012-11/+8
* Create method with known identifier then alias into place.Jon Leighton2011-12-011-25/+21
* Remove some unnecessary code etcJon Leighton2011-12-012-26/+11
* Add test for read_attribute(:id) with non-standard PK.Jon Leighton2011-12-012-4/+18
* Remove the need for type_cast_attribute.Jon Leighton2011-12-013-42/+47
* Get rid of the underscore versions of attribute methods!Jon Leighton2011-12-013-6/+33
* Don't rely on underscore-prefixed attribute methods.Jon Leighton2011-12-013-48/+80
* If the table behind has no primary key, do not ask again and just return nil.Julius de Bruijn2011-11-301-1/+2
* consistencyJon Leighton2011-11-303-16/+16
* Don't check column type, you might implement a custom coder that serializes t...Jon Leighton2011-11-301-1/+1
* omg computer science!Jon Leighton2011-11-302-22/+44
* Don't need second paramJon Leighton2011-11-302-4/+4
* No longer need to undef id as we are defining it ourselvesJon Leighton2011-11-301-3/+0
* Move some serialization stuff out of BaseJon Leighton2011-11-301-0/+42
* Extract attribute serialization code into a separate moduleJon Leighton2011-11-302-28/+47
* Use inheritance to avoid special-case code for the 'id' methodJon Leighton2011-11-303-8/+20
* #id is an alias for whatever the primary key isJon Leighton2011-11-301-1/+1
* fix indentJon Leighton2011-11-301-3/+3