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
/
activesupport
/
lib
/
active_support
/
callbacks.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add config to halt callback chain on return false
claudiob
2015-01-02
1
-1
/
+7
*
Deprecate `false` as the way to halt AS callbacks
claudiob
2015-01-02
1
-2
/
+14
*
Throw :abort halts default CallbackChains
claudiob
2015-01-02
1
-5
/
+18
*
Flatten the call stacks ActiveSupport::Callbacks produces, fix #18011.
Jaroslaw Rzeszotko
2014-12-27
1
-74
/
+116
*
Add test for `:skip_after_callbacks_if_terminated`
claudiob
2014-12-14
1
-4
/
+5
*
Prefix internal method with _
Rafael Mendonça França
2014-10-25
1
-2
/
+2
*
Replace Enumerable#reverse.each with Enumerable#reverse_each
Erik Michaels-Ober
2014-10-13
1
-1
/
+1
*
fix typo in in define_model_callbacks comment [ci skip]
Ryan Selk
2014-10-03
1
-1
/
+1
*
add notes for `define_model_callbacks` [ci skip]
Kuldeep Aggarwal
2014-10-03
1
-0
/
+3
*
Reduce allocations when running AR callbacks.
Pete Higgins
2014-09-28
1
-6
/
+15
*
Fix ActiveSupport::Callbacks #set_callback docs.
Nick Pellant
2014-07-07
1
-1
/
+1
*
:fire: these are lambdas now [ci skip]
Godfrey Chan
2014-07-03
1
-9
/
+2
*
Tiny documentation fixes [ci skip]
Robin Dupret
2014-06-29
1
-1
/
+1
*
Update documentation for run_callbacks
jamesprior
2014-06-27
1
-1
/
+2
*
remove deprecation warning
eileencodes
2014-05-13
1
-6
/
+0
*
flip conditional to use if/else instead of unless/else
eileencodes
2014-05-12
1
-3
/
+3
*
Merge pull request #11411 from dscataglini/master
Aaron Patterson
2014-04-09
1
-6
/
+12
|
\
|
*
private method doesn't work for singleton methods defined this way
Diego Scataglini
2013-07-12
1
-6
/
+12
*
|
Fix few typos in the documentation [ci skip]
Robin Dupret
2013-12-21
1
-1
/
+1
*
|
Merge pull request #13287 from aayushkhandelwal11/typo_rectified
Yves Senn
2013-12-11
1
-3
/
+3
|
\
\
|
*
|
typos rectified lifecycle => life cycle
Aayush khandelwal
2013-12-12
1
-3
/
+3
*
|
|
typos rectified [ci skip]
Aayush khandelwal
2013-12-12
1
-1
/
+1
|
/
/
*
/
Fix typo in set_callback docs. [ci skip]
Gilad Zohari
2013-09-06
1
-1
/
+1
|
/
*
Revert "remove string based terminators for `ActiveSupport::Callbacks`."
Yves Senn
2013-07-05
1
-0
/
+6
*
remove string based terminators for `ActiveSupport::Callbacks`.
Yves Senn
2013-07-05
1
-6
/
+0
*
Further clean-up of ActiveSupport::Callbacks
Genadi Samokovarov
2013-07-01
1
-10
/
+9
*
unified the param names across all callbacks manipulation methods
Steven Yang
2013-07-01
1
-10
/
+10
*
updated AS:Callbacks doc for terminator option in define_callbacks method
Steven Yang
2013-06-30
1
-3
/
+4
*
remove some evals from callback conditionals
Aaron Patterson
2013-06-11
1
-0
/
+10
*
Fixed typos in activesupport [ci skip]
Prathamesh Sonpatki
2013-06-09
1
-3
/
+3
*
"normalize_callback_params" doesn't require name param
Vipul A M
2013-05-17
1
-3
/
+3
*
Revert "just call the class method since we know the callbacks are stored at ...
Aaron Patterson
2013-05-16
1
-2
/
+1
*
just call the class method since we know the callbacks are stored at the
Aaron Patterson
2013-05-15
1
-1
/
+2
*
remove dead code
Aaron Patterson
2013-05-15
1
-23
/
+4
*
remove deprecation notices
Aaron Patterson
2013-05-15
1
-10
/
+0
*
stop keeping a reference to the options hash
Aaron Patterson
2013-05-15
1
-12
/
+7
*
conditions are guaranteed to be arrays by initialize
Aaron Patterson
2013-05-15
1
-2
/
+2
*
simplify the condions lambda generation
Aaron Patterson
2013-05-15
1
-12
/
+2
*
use unless instead of if!
Aaron Patterson
2013-05-15
1
-3
/
+3
*
only dup the options once, the Callback object does not mutate them
Aaron Patterson
2013-05-14
1
-2
/
+2
*
make the compile method thread safe
Aaron Patterson
2013-05-14
1
-5
/
+7
*
use inject rather than multiple assignments
Aaron Patterson
2013-05-14
1
-4
/
+2
*
deprecating string based terminators
Aaron Patterson
2013-05-14
1
-4
/
+11
*
halting lambda must be instance execed
Aaron Patterson
2013-05-14
1
-2
/
+2
*
fixing arity2 test
Aaron Patterson
2013-05-14
1
-3
/
+8
*
fix shadowed variable warnings
Aaron Patterson
2013-05-14
1
-5
/
+5
*
polymorphic around callbacks
Aaron Patterson
2013-05-14
1
-15
/
+79
*
polymorphic after filter
Aaron Patterson
2013-05-14
1
-25
/
+70
*
rename terminal to halting, try to keep naming consistent
Aaron Patterson
2013-05-14
1
-4
/
+4
*
push the before filter lambdas to factory methods
Aaron Patterson
2013-05-14
1
-40
/
+58
[next]