| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Added new #update_column method. | Sebastian Martinez | 2011-03-27 | 1 | -1/+1 |
* | Revert "Removed #update_attribute method. New #update_column method." | Sebastian Martinez | 2011-03-27 | 1 | -3/+2 |
* | Removed #update_attribute method. New #update_column method. | Sebastian Martinez | 2011-03-26 | 1 | -2/+3 |
* | fixing dup regressions | Aaron Patterson | 2010-11-23 | 1 | -4/+4 |
* | Ensure save always updates timestamps when serialized attributes are present | Pratik Naik | 2010-11-02 | 1 | -0/+14 |
* | Deletes trailing whitespaces (over text files only find * -type f -exec sed '... | Santiago Pastorino | 2010-08-14 | 1 | -7/+7 |
* | Make update_attribute behave as in Rails 2.3 and document the behavior intrin... | José Valim | 2010-08-12 | 1 | -3/+4 |
* | This patch changes update_attribute implementatino so: | Neeraj Singh | 2010-07-08 | 1 | -4/+3 |
* | Use better assertion methods for testing | Neeraj Singh | 2010-05-19 | 1 | -2/+2 |
* | a cloned object no longer mimics changed flags from creator , plus a test cas... | Federico Brubacher | 2010-05-16 | 1 | -0/+9 |
* | Dirty datetime attributes should be aware of time zone info [#3658 state:reso... | Kristopher Murata | 2010-04-08 | 1 | -0/+95 |
* | Hack to keep column metadata queries out of test query counts | Jeremy Kemper | 2010-03-15 | 1 | -0/+5 |
* | Replace Model.first(options) with new finder methods inside tests | Pratik Naik | 2009-12-27 | 1 | -1/+1 |
* | I added this feature so that a Map of changed fields could be retrieved | Josh Sharpe | 2009-08-31 | 1 | -0/+78 |
* | Serialized attributes should only be saved with partial_updates when the seri... | Mike Breen | 2009-08-09 | 1 | -0/+10 |
* | Added reset_attribute! method to ActiveRecord::AttributeMethods::Dirty which ... | Paul Gillard | 2009-08-04 | 1 | -0/+10 |
* | Ruby 1.9 compat: rename deprecated assert_raises to assert_raise. | Jeremy Kemper | 2009-03-08 | 1 | -1/+1 |
* | Add support for nested object forms to ActiveRecord and the helpers in Action... | Eloy Duran | 2009-02-01 | 1 | -1/+1 |
* | Fix dirty handling of nullable non-integer numeric columns [#1692 state:resol... | Carlos Kozuszko | 2009-01-16 | 1 | -0/+24 |
* | Fixing bug on ActiveRecord::Dirty#field_changed? for nullable numeric columns... | Carlos Kozuszko | 2009-01-16 | 1 | -1/+1 |
* | Change field_changed? method to handle the case where a nullable integer colu... | Ben Symonds | 2008-12-08 | 1 | -0/+12 |
* | Allow for the dirty tracking to work with the aliased name of aliased attribu... | Rich Cavanaugh | 2008-09-13 | 1 | -0/+13 |
* | Dirty: treat two changes resulting in the original value as being unchanged. | Tom Lea | 2008-08-27 | 1 | -0/+36 |
* | Serialized attributes will now always be saved even with partial_updates turn... | Tom Lea | 2008-08-12 | 1 | -0/+12 |
* | Dirty: recognize when an integer changes from zero to blank. [#433 state:res... | Tim Chater | 2008-06-27 | 1 | -0/+27 |
* | Partial updates don't update lock_version if nothing changed. [#426 state:re... | Daniel Morrison | 2008-06-22 | 1 | -0/+19 |
* | ActiveRecord::Base#reload should clear dirty attributes. [#231 state:resolved] | Ryan Bates | 2008-05-21 | 1 | -0/+8 |
* | Ensure nil to '' doesn't get recorded by dirty for nullable integer columns. ... | Pratik Naik | 2008-05-20 | 1 | -0/+10 |
* | Dirty attributes aren't cleared if save fails. [#174 state:resolved] | Xavier Noria | 2008-05-12 | 1 | -1/+20 |
* | Partial updates play nice with updated_at/on timestamps | Jeremy Kemper | 2008-03-31 | 1 | -0/+6 |
* | Partial updates include only unsaved attributes. Off by default; set YourClas... | Jeremy Kemper | 2008-03-31 | 1 | -2/+45 |
* | Dirty typecasts attribute values before comparison, if possible. Closes #1146... | Jeremy Kemper | 2008-03-29 | 1 | -62/+59 |
* | Track changes to unsaved attributes | Jeremy Kemper | 2008-03-29 | 1 | -0/+80 |