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
*
use public send on the scope parameters
Aaron Patterson
2013-05-08
1
-1
/
+1
*
using strings as scopes is not used anywhere, so remove it
Aaron Patterson
2013-05-08
1
-1
/
+1
*
adding tests for lambdas as conditions
Aaron Patterson
2013-05-08
1
-1
/
+1
*
separate identification computation
Aaron Patterson
2013-05-08
1
-24
/
+18
*
separate filters from source code
Aaron Patterson
2013-05-08
1
-20
/
+31
*
if the callbacks are not the same class, they cannot be duplicates
Aaron Patterson
2013-05-08
1
-2
/
+6
*
fix object comparison case
Aaron Patterson
2013-05-08
1
-1
/
+5
*
polymorphic comparison operator
Aaron Patterson
2013-05-08
1
-11
/
+24
*
fix issue #10502, do not recompute method name for already-stringified object...
Sean Walbran
2013-05-07
1
-1
/
+1
*
Revert "Merge pull request #10433 from wangjohn/making_callbacks_more_perform...
Jon Leighton
2013-05-03
1
-33
/
+11
*
Improving the performance of callbacks by keeping a hash of the
wangjohn
2013-05-02
1
-11
/
+33
*
refactor initialization of array
Vipul A M
2013-04-23
1
-4
/
+1
*
remove redundant variable
Vipul A M
2013-04-22
1
-2
/
+0
*
Merge pull request #10096 from benofsky/fix_skipping_object_callback_filters
Rafael Mendonça França
2013-04-21
1
-2
/
+23
|
\
|
*
Fixes skipping object callback filters
Ben McRedmond
2013-04-04
1
-2
/
+23
*
|
extract array to a constant
Vipul A M
2013-04-22
1
-1
/
+3
*
|
Revert "Merge pull request #10034 from benofsky/fix_skipping_object_callback_...
Rafael Mendonça França
2013-04-04
1
-13
/
+1
*
|
Fixes skipping object callback filters
Ben McRedmond
2013-04-04
1
-1
/
+13
|
/
*
change merge to merge!
Vipul A M
2013-03-29
1
-1
/
+1
*
only calculate next_id when we need a new method defined
Aaron Patterson
2013-03-04
1
-1
/
+2
*
Merge pull request #7376 from dmitriy-kiriyenko/fix-double-callback-in-same-s...
Rafael Mendonça França
2012-12-21
1
-5
/
+29
|
\
|
*
Prevent callback from being set twice.
Dmitriy Kiriyenko
2012-12-20
1
-5
/
+29
*
|
attempt to fix slow runner name method
Max Shytikov
2012-12-19
1
-1
/
+10
|
/
*
Replace comments' non-breaking spaces with spaces
claudiob
2012-12-04
1
-2
/
+2
*
Make caller attribute in deprecation methods optional
Alexey Gaziev
2012-10-30
1
-2
/
+2
*
Provide a call stack for deprecation warnings where needed.
Nikita Afanasenko
2012-10-29
1
-2
/
+5
*
update AS docs [ci skip]
Francesco Rodriguez
2012-09-17
1
-75
/
+80
*
AS::Callbacks: deprecate monkey patch of object callbacks
Bogdan Gusiev
2012-09-07
1
-0
/
+1
*
Fixed around callback with lambda example
Aaron Renner
2012-09-06
1
-1
/
+1
*
removes usage of Object#in? from the code base (the method remains defined by...
Xavier Noria
2012-08-06
1
-2
/
+1
*
fix typo in documentation
Anatoly Makarevich
2012-07-26
1
-1
/
+1
*
AS::Callbacks: deprecate monkey patch code
Bogdan Gusiev
2012-06-26
1
-1
/
+2
*
Revert some ActiveSupport::Callbacks changes.
Rafael Mendonça França
2012-06-01
1
-3
/
+16
*
AS::Callbacks: fix run_callbacks for objects with negative id
Bogdan Gusiev
2012-05-18
1
-1
/
+1
*
Merge pull request #6351 from bogdan/callbacks
José Valim
2012-05-17
1
-16
/
+3
|
\
|
*
AS::Callbacks remove useless code, improve performance
Bogdan Gusiev
2012-05-16
1
-16
/
+3
*
|
AS::Callbacks: simplify logical statement
Bogdan Gusiev
2012-05-17
1
-2
/
+2
|
/
*
removing unnecessary 'examples' noise from activesupport
Francesco Rodriguez
2012-05-13
1
-2
/
+0
*
Merge branch 'master' of github.com:lifo/docrails
Vijay Dev
2012-05-12
1
-8
/
+0
|
\
|
*
deleting empty lines in docs parts
Francesco Rodriguez
2012-05-10
1
-8
/
+0
*
|
AS::Callbacks#run_callbacks remove key argument
Francesco Rodriguez
2012-05-10
1
-2
/
+1
|
/
*
AS::Callbacks optimized to reduce call backtrace
Bogdan Gusiev
2012-04-27
1
-7
/
+7
*
fix doc for ActiveSupport::Callbacks::Callback#define_conditional_callback
Jan Xie
2012-04-08
1
-1
/
+1
*
AS::Callbacks: deprecate rescuable option
Bogdan Gusiev
2012-02-22
1
-26
/
+1
*
sync __run_callbacks with ruby-trunk
Sokolov Yura
2012-02-14
1
-1
/
+1
*
AS::Callbacks: remove unused code
Bogdan Gusiev
2012-02-05
1
-17
/
+13
*
AS::Callbacks: rip out per_key option.
Bogdan Gusiev
2012-02-04
1
-34
/
+13
*
Merge pull request #4866 from bogdan/terminate_after_callbacks
José Valim
2012-02-04
1
-1
/
+6
|
\
|
*
AS::Callbacks: :skip_after_callbacks_if_terminated option
Bogdan Gusiev
2012-02-03
1
-1
/
+6
*
|
AC::Callbacks: remove usage of :per_key option from filters
Bogdan Gusiev
2012-02-03
1
-2
/
+2
|
/
[next]