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
/
test
/
cases
/
dirty_test.rb
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
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
[prev]