aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/attribute_methods/dirty.rb
Commit message (Expand)AuthorAgeFilesLines
* Cache the value of `changed_attributes` when calling `changes_applied`Sean Griffin2014-08-221-1/+20
* Don't calculate in-place changes twiceSean Griffin2014-08-221-8/+0
* Implement `_was` and `changes` for in-place mutations of AR attributesSean Griffin2014-08-161-11/+14
* Deprecate ActiveModel::Dirty#reset_changes in favor of #clear_changes_informa...Rafael Mendonça França2014-07-151-2/+2
* Return a null object from `AttributeSet#[]`Sean Griffin2014-06-201-3/+3
* Use `column_defaults` in dirty for checking changed defaultsSean Griffin2014-06-171-11/+3
* Refactor in-place dirty checking to use the attribute objectSean Griffin2014-06-161-9/+3
* Detect in-place changes on mutable AR attributesSean Griffin2014-06-131-6/+77
* Do not type cast twice on attribute assignmentSean Griffin2014-06-071-11/+20
* Return a null column when no column exists for an attributeSean Griffin2014-06-031-2/+1
* Refactor determination of whether the field has changedSean Griffin2014-06-031-27/+2
* Rename attribute related instance variables to better express intentSean Griffin2014-05-301-1/+1
* [Active Record] Renamed private methods create_record and update_recordPrathamesh Sonpatki2014-02-201-2/+2
* Merge pull request #13799 from kbrock/better_dirtyJeremy Kemper2014-01-221-1/+21
|\
| * Move changed_attributes into dirty.rbKeenan Brock2014-01-221-1/+21
* | Add more tests for the dirty feature for enumsRafael Mendonça França2014-01-211-1/+0
* | Extract all attribute changed work to its own methodRafael Mendonça França2014-01-211-3/+7
|/
* Merge pull request #10816 from bogdan/less-dirty-dirtyRafael Mendonça França2013-09-231-9/+6
* Removed deprecated methods partial_updates and familyNeeraj Singh2013-07-021-11/+0
* assigning '0.0' to a nullable numeric column does not make it dirtyYves Senn2013-03-051-1/+5
* These are already required through AS/railsAkira Matsuda2013-01-071-1/+0
* Rename update_attributes method to update, keep update_attributes as an aliasAmparo Luna + Guillermo Iguaran2013-01-031-2/+2
* Remove ActiveRecord::ModelJon Leighton2012-10-261-6/+2
* Revert "Get rid of the ActiveRecord::Model::DeprecationProxy thing."Jeremy Kemper2012-10-201-1/+1
* Get rid of the ActiveRecord::Model::DeprecationProxy thing.Jon Leighton2012-10-191-1/+1
* Rename the partial_updates config to partial_writesJon Leighton2012-10-191-6/+18
* The default value of a text/blob in mysql strict mode should be nilJon Leighton2012-10-191-11/+1
* Merge branch 'master' of github.com:lifo/docrailsVijay Dev2012-09-281-4/+4
|\
| * fix AR::AttributeMethods::Dirty :nodoc: [ci skip]Francesco Rodriguez2012-09-211-4/+4
* | Support for partial inserts.Jon Leighton2012-09-281-3/+17
|/
* load active_support/core_ext/class/attribute in active_support/railsXavier Noria2012-08-021-1/+0
* load active_support/core_ext/object/blank in active_support/railsXavier Noria2012-08-021-1/+0
* Do not consider the numeric attribute as changed if the old value isRafael Mendonça França2012-08-021-1/+1
* changed the firm of changes_from_zero_to_string?Angelo capilleri2012-06-211-2/+2
* Refactor the conditionalsRafael Mendonça França2012-06-191-7/+7
* Validates_numericality_of is skipped when changing 0 to to non-empty stringAngelo capilleri2012-06-191-5/+15
* Simplify AR configuration code.Jon Leighton2012-06-151-2/+7
* Remove IdentityMapCarlos Antonio da Silva2012-03-131-5/+0
* remove unnecessary codeSergey Nartimov2012-02-281-6/+0
* Rename field_changed? to _field_changed? so that users can create a field nam...Akira Matsuda2012-02-141-3/+3
* Support configuration on ActiveRecord::Model.Jon Leighton2011-12-281-1/+1
* fix indentJon Leighton2011-11-301-3/+3
* Merge remote branch 'rails/master' into identity_mapEmilio Tagua2010-12-201-1/+2
|\
| * class inheritable attributes is used no more! all internal use of class inher...Josh Kalderimis2010-11-201-1/+2
* | Remove objects from identity map if save! failed, otherwise finding again the...Emilio Tagua2010-11-191-0/+3
* | Remove objects from identity map if save failed, otherwise finding again the ...Emilio Tagua2010-11-191-0/+2
|/
* Make should_record_timestamps? serialization aware rather than object#changed?Pratik Naik2010-11-021-4/+0
* Ensure save always updates timestamps when serialized attributes are presentPratik Naik2010-11-021-0/+4
* Replacing superclass_delegating_accessoror with class_attribute.Neeraj Singh2010-08-311-1/+1
* Make sure timestamp is properly referencedBlake Smith2010-05-111-1/+1