| Commit message (Expand) | Author | Age | Files | Lines |
* | Break up DependencyModule's dual function of providing a "depend_on" DSL and ... | Joshua Peek | 2009-05-28 | 1 | -1/+1 |
* | Cherry-pick core extensions | Jeremy Kemper | 2009-05-13 | 1 | -1/+3 |
* | Use DependencyModule for included hooks in ActiveRecord | Bryan Helmkamp | 2009-05-11 | 1 | -10/+11 |
* | Fixing bug on ActiveRecord::Dirty#field_changed? for nullable numeric columns... | Carlos Kozuszko | 2009-01-16 | 1 | -2/+2 |
* | Inline code comments for class_eval/module_eval [#1657 state:resolved] | Xavier Noria | 2008-12-28 | 1 | -1/+1 |
* | Change field_changed? method to handle the case where a nullable integer colu... | Ben Symonds | 2008-12-08 | 1 | -2/+2 |
* | Allow for the dirty tracking to work with the aliased name of aliased attribu... | Rich Cavanaugh | 2008-09-13 | 1 | -1/+19 |
* | Dirty: treat two changes resulting in the original value as being unchanged. | Tom Lea | 2008-08-27 | 1 | -1/+4 |
* | Serialized attributes will now always be saved even with partial_updates turn... | Tom Lea | 2008-08-12 | 1 | -1/+3 |
* | Merge with docrails. | Pratik Naik | 2008-07-16 | 1 | -6/+6 |
* | Dirty: recognize when an integer changes from zero to blank. [#433 state:res... | Tim Chater | 2008-06-27 | 1 | -1/+3 |
* | Enable partial updates by default | Jeremy Kemper | 2008-05-30 | 1 | -1/+1 |
* | 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 | -8/+16 |
* | Dirty attributes aren't cleared if save fails. [#174 state:resolved] | Xavier Noria | 2008-05-12 | 1 | -8/+8 |
* | Partial updates off by default | Jeremy Kemper | 2008-04-01 | 1 | -1/+1 |
* | Partial updates include only unsaved attributes. Off by default; set YourClas... | Jeremy Kemper | 2008-03-31 | 1 | -16/+36 |
* | Dirty typecasts attribute values before comparison, if possible. Closes #1146... | Jeremy Kemper | 2008-03-29 | 1 | -1/+6 |
* | Track changes to unsaved attributes | Jeremy Kemper | 2008-03-29 | 1 | -0/+117 |