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
...
*
|
|
object based callbacks cannot be duplicated
Aaron Patterson
2013-05-10
1
-7
/
+4
*
|
|
pass the run block as a normal variable to the rest of the callbacks
Aaron Patterson
2013-05-10
1
-12
/
+12
*
|
|
fixing more variable names
Aaron Patterson
2013-05-10
1
-10
/
+10
*
|
|
fix variable name
Aaron Patterson
2013-05-10
1
-6
/
+6
*
|
|
reduce the number of lambas
Aaron Patterson
2013-05-10
1
-5
/
+2
*
|
|
callback sequence is no longer used
Aaron Patterson
2013-05-10
1
-6
/
+0
*
|
|
no need for variable assignments, just pass the values in
Aaron Patterson
2013-05-10
1
-6
/
+2
*
|
|
make_lambda is never called with an Array
Aaron Patterson
2013-05-10
1
-2
/
+0
*
|
|
callbacks are wrapped with lambdas
Aaron Patterson
2013-05-10
1
-106
/
+76
*
|
|
remove dead code
Aaron Patterson
2013-05-10
1
-10
/
+0
*
|
|
fix method names
Aaron Patterson
2013-05-10
1
-40
/
+44
*
|
|
using lambas for the callback bodies
Aaron Patterson
2013-05-10
1
-32
/
+12
*
|
|
wrap all options in lambas
Aaron Patterson
2013-05-10
1
-7
/
+13
*
|
|
conditions in callbacks return consistent lambdas
Aaron Patterson
2013-05-10
1
-9
/
+43
|
/
/
*
|
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
[prev]
[next]