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
/
lib
/
active_model
/
dirty.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Reset attributes should not report changes.
Renato Mascarenhas
2012-12-01
1
-1
/
+4
*
cleanup, removed dispensable `require` statements from `ActiveModel`
Yves Senn
2012-11-25
1
-1
/
+0
*
minor edits in AM documentation [ci skip]
Francesco Rodriguez
2012-10-21
1
-1
/
+1
*
load active_support/core_ext/object/blank in active_support/rails
Xavier Noria
2012-08-02
1
-1
/
+0
*
update ActiveModel::Errors documentation and minor fixes [ci skip]
Francesco Rodriguez
2012-06-22
1
-3
/
+3
*
update ActiveModel::Dirty documentation
Francesco Rodriguez
2012-05-31
1
-24
/
+35
*
updating define_attribute_methods documentation
Francesco Rodriguez
2012-05-14
1
-1
/
+1
*
Merge branch 'master' of github.com:lifo/docrails
Vijay Dev
2012-05-01
1
-0
/
+1
|
\
|
*
Add line which gives a little bit more information how *_will_change! works.
Edward Tsech
2012-05-01
1
-0
/
+1
*
|
Return earlier if attribute already changed in *_will_change! methods
Carlos Antonio da Silva
2012-04-27
1
-1
/
+3
|
/
*
Changing active model dirty module helper method to more appropriate method w...
Prasath Venkatraman
2012-02-06
1
-1
/
+2
*
use any? instead of !empty?
Oscar Del Ben
2011-11-14
1
-1
/
+1
*
Fix typo in ActiveModel::Dirty comment. define_attribute_methods is a class m...
Josh Nesbitt
2011-09-02
1
-1
/
+1
*
Documentation fix: adding missing equal sign in code sample for ActiveModel::...
Sebastian Gassner
2011-07-20
1
-1
/
+1
*
changing an attribute multiple times retains the correct original value
Ian Stewart
2011-06-28
1
-1
/
+1
*
Rephrased Dirty#changed? docs
Sebastian Martinez
2011-04-26
1
-1
/
+1
*
Rewording
Oge Nnadi
2011-04-11
1
-1
/
+1
*
Remove require AS::Concern from places where is already in
Santiago Pastorino
2010-12-19
1
-1
/
+0
*
Perf: refactor methods using inject when not need in activemodel.
Emilio Tagua
2010-09-22
1
-1
/
+1
*
Deletes trailing whitespaces (over text files only find * -type f -exec sed '...
Santiago Pastorino
2010-08-14
1
-18
/
+18
*
Remove or fix non-working examples and add a few tests to Dirty [#5185 state:...
Tore Darell
2010-08-03
1
-7
/
+2
*
expanding on the will_change! method in documentation
Neeraj Singh
2010-07-29
1
-1
/
+4
*
Changes call backs to callbacks.
Rizwan Reza
2010-06-15
1
-1
/
+1
*
Minor changes to active_model/callbacks.rb and dirty.rb
Rizwan Reza
2010-06-14
1
-6
/
+11
*
a cloned object no longer mimics changed flags from creator , plus a test cas...
Federico Brubacher
2010-05-16
1
-4
/
+5
*
Restore changed_attributes method in ActiveModel::Dirty and loosen expectatio...
Sam Pohlenz
2010-04-01
1
-12
/
+12
*
adds a few requires in active_model/dirty.rb
Xavier Noria
2010-03-28
1
-0
/
+3
*
Fix unstated dep on HWIA
Jeremy Kemper
2010-03-27
1
-0
/
+2
*
Fix tests added in previous commit.
José Valim
2010-03-27
1
-0
/
+5
*
ActiveModel::Dirty#changes should return a HashWithIndifferentAccess [#4157 s...
Jacob Atzen
2010-03-27
1
-1
/
+1
*
fisting uninitialized ivar warnings. [#4198 state:resolved]
Aaron Patterson
2010-03-16
1
-10
/
+7
*
clean up more warnings, remove unnecessary methods, fix eval line numbers. [#...
Aaron Patterson
2010-03-16
1
-9
/
+2
*
Merge docrails
Pratik Naik
2010-01-17
1
-1
/
+39
*
I added this feature so that a Map of changed fields could be retrieved
Josh Sharpe
2009-08-31
1
-0
/
+14
*
Extract common dirty tracking methods in AMo
Joshua Peek
2009-08-10
1
-0
/
+112