aboutsummaryrefslogtreecommitdiffstats
path: root/activemodel/test/cases/dirty_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #8791 from griffinmyers/masterRafael Mendonça França2013-10-031-1/+16
|\
| * DirtyModel uses a hash to keep track of any changes made to attributesWilliam Myers2013-05-271-1/+16
* | Merge pull request #10816 from bogdan/less-dirty-dirtyRafael Mendonça França2013-09-231-2/+1
* | Cleaning up ActiveModel::Dirty testsAttila Domokos2013-01-151-1/+12
|/
* Reset attributes should not report changes.Renato Mascarenhas2012-12-011-2/+1
* updating define_attribute_methods documentationFrancesco Rodriguez2012-05-141-1/+1
* changing an attribute multiple times retains the correct original valueIan Stewart2011-06-281-0/+9
* Remove or fix non-working examples and add a few tests to Dirty [#5185 state:...Tore Darell2010-08-031-5/+85
* Use better assertion methods for testingNeeraj Singh2010-05-191-2/+2
* Restore changed_attributes method in ActiveModel::Dirty and loosen expectatio...Sam Pohlenz2010-04-011-1/+0
* Fix tests added in previous commit.José Valim2010-03-271-0/+1
* ActiveModel::Dirty#changes should return a HashWithIndifferentAccess [#4157 s...Jacob Atzen2010-03-271-0/+29