aboutsummaryrefslogtreecommitdiffstats
path: root/activemodel/lib/active_model/dirty.rb
Commit message (Expand)AuthorAgeFilesLines
* use any? instead of !empty?Oscar Del Ben2011-11-141-1/+1
* Fix typo in ActiveModel::Dirty comment. define_attribute_methods is a class m...Josh Nesbitt2011-09-021-1/+1
* Documentation fix: adding missing equal sign in code sample for ActiveModel::...Sebastian Gassner2011-07-201-1/+1
* changing an attribute multiple times retains the correct original valueIan Stewart2011-06-281-1/+1
* Rephrased Dirty#changed? docsSebastian Martinez2011-04-261-1/+1
* RewordingOge Nnadi2011-04-111-1/+1
* Remove require AS::Concern from places where is already inSantiago Pastorino2010-12-191-1/+0
* Perf: refactor methods using inject when not need in activemodel.Emilio Tagua2010-09-221-1/+1
* Deletes trailing whitespaces (over text files only find * -type f -exec sed '...Santiago Pastorino2010-08-141-18/+18
* Remove or fix non-working examples and add a few tests to Dirty [#5185 state:...Tore Darell2010-08-031-7/+2
* expanding on the will_change! method in documentationNeeraj Singh2010-07-291-1/+4
* Changes call backs to callbacks.Rizwan Reza2010-06-151-1/+1
* Minor changes to active_model/callbacks.rb and dirty.rbRizwan Reza2010-06-141-6/+11
* a cloned object no longer mimics changed flags from creator , plus a test cas...Federico Brubacher2010-05-161-4/+5
* Restore changed_attributes method in ActiveModel::Dirty and loosen expectatio...Sam Pohlenz2010-04-011-12/+12
* adds a few requires in active_model/dirty.rbXavier Noria2010-03-281-0/+3
* Fix unstated dep on HWIAJeremy Kemper2010-03-271-0/+2
* Fix tests added in previous commit.José Valim2010-03-271-0/+5
* ActiveModel::Dirty#changes should return a HashWithIndifferentAccess [#4157 s...Jacob Atzen2010-03-271-1/+1
* fisting uninitialized ivar warnings. [#4198 state:resolved]Aaron Patterson2010-03-161-10/+7
* clean up more warnings, remove unnecessary methods, fix eval line numbers. [#...Aaron Patterson2010-03-161-9/+2
* Merge docrailsPratik Naik2010-01-171-1/+39
* I added this feature so that a Map of changed fields could be retrievedJosh Sharpe2009-08-311-0/+14
* Extract common dirty tracking methods in AMoJoshua Peek2009-08-101-0/+112