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
...
*
|
|
dup the callback and set the chain
Aaron Patterson
2013-05-10
1
-8
/
+8
*
|
|
remove klass because it is not used
Aaron Patterson
2013-05-10
1
-9
/
+7
*
|
|
rename instance variables
Aaron Patterson
2013-05-10
1
-12
/
+14
*
|
|
push duplicates? logic to the instance
Aaron Patterson
2013-05-10
1
-16
/
+7
*
|
|
callback chain is in charge of the cache, so remove method based cache
Aaron Patterson
2013-05-10
1
-21
/
+0
*
|
|
__define_callbacks method is not necessary anymore
Aaron Patterson
2013-05-10
1
-8
/
+1
*
|
|
just run compiled callbacks since they are cached
Aaron Patterson
2013-05-10
1
-14
/
+4
*
|
|
cache compiled callbacks
Aaron Patterson
2013-05-10
1
-7
/
+27
*
|
|
use delegation over inheritance so we can figure when to cache / bust cache
Aaron Patterson
2013-05-10
1
-5
/
+22
*
|
|
fixing activemodel tests
Aaron Patterson
2013-05-10
1
-1
/
+2
*
|
|
use an environment object to hold state about the filter calls
Aaron Patterson
2013-05-10
1
-21
/
+41
*
|
|
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
[prev]
[next]