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
/
activemodel
/
test
/
cases
/
dirty_test.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add `ActiveModel::Dirty#[attr_name]_previously_changed?` and
Fernando Tapia Rico
2015-04-21
1
-0
/
+13
*
Remove unused "deprecated_reload" method
claudiob
2015-01-11
1
-4
/
+0
*
Remove deprecated `ActiveModel::Dirty#reset_#{attribute}` and `ActiveModel::D...
Rafael Mendonça França
2015-01-04
1
-17
/
+0
*
Make restore_attributes public
Rafael Mendonça França
2014-07-17
1
-5
/
+15
*
Deprecate `reset_#{attribute}` in favor of `restore_#{attribute}`.
Rafael Mendonça França
2014-07-15
1
-3
/
+3
*
Deprecate ActiveModel::Dirty#reset_changes in favor of #clear_changes_informa...
Rafael Mendonça França
2014-07-15
1
-0
/
+21
*
Rename rollback_changes to undo_changes
Rafael Mendonça França
2014-06-30
1
-2
/
+2
*
Added rollback method to ActiveModel::Dirty
igor04
2014-06-23
1
-0
/
+18
*
add test coverage for activemodel Dirty#reset_changes
Dmitry Polushkin
2014-02-09
1
-0
/
+19
*
Fix typo
Rafael Mendonça França
2014-01-21
1
-1
/
+1
*
When applying changes or reseting changes create the right class
Rafael Mendonça França
2014-01-20
1
-0
/
+8
*
Allows you to check if an attribute has changed to a particular value
Tejas Dinkar
2013-12-15
1
-0
/
+10
*
Merge pull request #8791 from griffinmyers/master
Rafael Mendonça França
2013-10-03
1
-1
/
+16
|
\
|
*
DirtyModel uses a hash to keep track of any changes made to attributes
William Myers
2013-05-27
1
-1
/
+16
*
|
Merge pull request #10816 from bogdan/less-dirty-dirty
Rafael Mendonça França
2013-09-23
1
-2
/
+1
*
|
Cleaning up ActiveModel::Dirty tests
Attila Domokos
2013-01-15
1
-1
/
+12
|
/
*
Reset attributes should not report changes.
Renato Mascarenhas
2012-12-01
1
-2
/
+1
*
updating define_attribute_methods documentation
Francesco Rodriguez
2012-05-14
1
-1
/
+1
*
changing an attribute multiple times retains the correct original value
Ian Stewart
2011-06-28
1
-0
/
+9
*
Remove or fix non-working examples and add a few tests to Dirty [#5185 state:...
Tore Darell
2010-08-03
1
-5
/
+85
*
Use better assertion methods for testing
Neeraj Singh
2010-05-19
1
-2
/
+2
*
Restore changed_attributes method in ActiveModel::Dirty and loosen expectatio...
Sam Pohlenz
2010-04-01
1
-1
/
+0
*
Fix tests added in previous commit.
José Valim
2010-03-27
1
-0
/
+1
*
ActiveModel::Dirty#changes should return a HashWithIndifferentAccess [#4157 s...
Jacob Atzen
2010-03-27
1
-0
/
+29