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
/
validations
/
callbacks.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix the AS::Callbacks terminator regression from 4.2.3
Roque Pinel
2015-09-22
1
-0
/
+1
*
Revert "Revert "Reduce allocations when running AR callbacks.""
Guo Xiang Tan
2015-07-16
1
-1
/
+1
*
Revert "Reduce allocations when running AR callbacks."
Guo Xiang Tan
2015-03-22
1
-1
/
+1
*
Deprecate `false` as the way to halt AM validation callbacks
claudiob
2015-01-02
1
-3
/
+2
*
Throw :abort halts default CallbackChains
claudiob
2015-01-02
1
-1
/
+1
*
Prefix internal method with _
Rafael Mendonça França
2014-10-25
1
-1
/
+1
*
Refactor callback setup in to use lambda instead of eval
Pablo Herrero
2014-09-30
1
-2
/
+4
*
Reduce allocations when running AR callbacks.
Pete Higgins
2014-09-28
1
-1
/
+1
*
Adding missing backslashes in active_model files so as to avoid unwanted link...
aditya-kapoor
2013-12-27
1
-1
/
+1
*
remove evals from AM::Validations::Callbacks
Steven Yang
2013-06-30
1
-1
/
+3
*
deprecating string based terminators
Aaron Patterson
2013-05-14
1
-1
/
+4
*
Convert ActiveModel to 1.9 hash syntax.
Patrick Robertson
2013-05-01
1
-1
/
+1
*
cleanup, removed dispensable `require` statements from `ActiveModel`
Yves Senn
2012-11-25
1
-2
/
+0
*
cleanup, remove broken whitespace
Yves Senn
2012-11-25
1
-2
/
+2
*
minor edits in AM documentation [ci skip]
Francesco Rodriguez
2012-10-21
1
-1
/
+1
*
Switch to using include? on validation callbacks
John Foley
2012-09-23
1
-2
/
+2
*
Fix collisions with before and after validation callbacks.
John Foley
2012-09-23
1
-2
/
+6
*
fix #after_validation example [ci skip]
Francesco Rodriguez
2012-07-30
1
-1
/
+1
*
update ActiveModel::Validations::Callbacks documentation [ci skip]
Francesco Rodriguez
2012-07-29
1
-18
/
+69
*
fix ActiveModel::Validations::Callbacks doc
Jan Xie
2012-04-15
1
-1
/
+2
*
AS::Callbacks: :skip_after_callbacks_if_terminated option
Bogdan Gusiev
2012-02-03
1
-2
/
+1
*
Remove Array.wrap call in ActiveModel
Rafael Mendonça França
2012-01-06
1
-2
/
+2
*
fix typo
Aditya Sanghi
2011-04-29
1
-1
/
+1
*
:if should not fire on validations when not in context with :on
Aditya Sanghi
2011-04-29
1
-2
/
+2
*
Use run_callbacks; the generated _run_<name>_callbacks method is not a public...
John Firebaugh
2011-01-31
1
-1
/
+1
*
type fixed
Santiago Pastorino
2010-08-22
1
-1
/
+1
*
after_validation should be called irrespective of the result of validation.
Neeraj Singh
2010-08-20
1
-1
/
+1
*
ActiveModel::Validations::Callbacks should not be required by default.
José Valim
2010-06-19
1
-12
/
+5
*
moving before_validation and after_validation functionality from ActiveRecord...
Neeraj Singh
2010-06-19
1
-0
/
+64