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
*
Remove unneeded requires
Rafael Mendonça França
2015-01-04
1
-1
/
+0
*
Remove deprecated `ActiveModel::Dirty#reset_#{attribute}` and `ActiveModel::D...
Rafael Mendonça França
2015-01-04
1
-20
/
+0
*
Merge branch 'master' of github.com:rails/docrails
Vijay Dev
2015-01-03
1
-1
/
+1
|
\
|
*
Use Active Model, not ActiveModel in plain English
claudiob
2015-01-02
1
-1
/
+1
*
|
Don't calculate all in-place changes to determine if attribute_changed?
Sean Griffin
2014-12-22
1
-1
/
+5
|
/
*
add brackets around attribute_name
_tiii
2014-12-08
1
-1
/
+1
*
[Enh] Changed the visibility of the ActiveModel::Dirty#clear_attribute_change...
Daniele Di Bernardo
2014-11-06
1
-1
/
+1
*
edit pass over all warnings
Xavier Noria
2014-10-28
1
-2
/
+10
*
Don't expose these new APIs yet (added in 877ea78 / #16189)
Godfrey Chan
2014-08-16
1
-14
/
+15
*
Implement `_was` and `changes` for in-place mutations of AR attributes
Sean Griffin
2014-08-16
1
-3
/
+16
*
Make restore_attributes public
Rafael Mendonça França
2014-07-17
1
-5
/
+5
*
Deprecate `reset_#{attribute}` in favor of `restore_#{attribute}`.
Rafael Mendonça França
2014-07-15
1
-4
/
+12
*
Deprecate ActiveModel::Dirty#reset_changes in favor of #clear_changes_informa...
Rafael Mendonça França
2014-07-15
1
-4
/
+12
*
Rename rollback_changes to undo_changes
Rafael Mendonça França
2014-06-30
1
-3
/
+3
*
Add CHANGELOG entry for #14861 and document private methods on the API
Rafael Mendonça França
2014-06-30
1
-5
/
+5
*
Merge pull request #14861 from igor04/dirty-rollback
Rafael Mendonça França
2014-06-30
1
-0
/
+17
|
\
|
*
Added rollback method to ActiveModel::Dirty
igor04
2014-06-23
1
-0
/
+17
*
|
We are talking about the libraries, not the constants
Sean Griffin
2014-06-27
1
-3
/
+3
*
|
Note that `_will_change!` is no longer needed for AR instances
Sean Griffin
2014-06-27
1
-3
/
+5
|
/
*
Forgot to push this change in the parent commit
Rafael Mendonça França
2014-01-20
1
-1
/
+1
*
When applying changes or reseting changes create the right class
Rafael Mendonça França
2014-01-20
1
-3
/
+3
*
Allows you to check if an attribute has changed to a particular value
Tejas Dinkar
2013-12-15
1
-2
/
+6
*
Added :nodoc: for `attribute_changed?` and `attribute_was` [ci skip]
Godfrey Chan
2013-12-12
1
-2
/
+2
*
Merge pull request #8791 from griffinmyers/master
Rafael Mendonça França
2013-10-03
1
-1
/
+1
|
\
|
*
DirtyModel uses a hash to keep track of any changes made to attributes
William Myers
2013-05-27
1
-1
/
+1
*
|
Fix the documentation method.
Rafael Mendonça França
2013-09-23
1
-1
/
+1
*
|
Document reset_changes since it is part of public API
Rafael Mendonça França
2013-09-23
1
-0
/
+12
*
|
Merge pull request #10816 from bogdan/less-dirty-dirty
Rafael Mendonça França
2013-09-23
1
-10
/
+16
*
|
expose a few attribute changed methods
Aaron Patterson
2013-06-11
1
-10
/
+10
*
|
Convert ActiveModel to 1.9 hash syntax.
Patrick Robertson
2013-05-01
1
-1
/
+1
*
|
Prefer find_by over dynamic finders in rdoc
Sam Ruby
2013-04-02
1
-1
/
+1
*
|
Revert "Merge pull request #8989 from robertomiranda/use-rails-4-find-by"
Guillermo Iguaran
2013-01-18
1
-1
/
+1
*
|
User Rails 4 find_by
robertomiranda
2013-01-18
1
-1
/
+1
|
/
*
Namespace HashWithIndifferentAccess
Akira Matsuda
2013-01-07
1
-1
/
+1
*
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
[next]