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
/
test
/
callbacks_test.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Deprecate passing string to define callback.
yui-knk
2015-12-16
1
-4
/
+14
*
Refactor AS::Callbacks halt config and fix the documentation
Roque Pinel
2015-10-01
1
-2
/
+2
*
Fix the AS::Callbacks terminator regression from 4.2.3
Roque Pinel
2015-09-22
1
-12
/
+8
*
Raise ArgumentError if an unrecognised callback is skipped
Iain Beeston
2015-04-03
1
-7
/
+25
*
Add config to halt callback chain on return false
claudiob
2015-01-02
1
-0
/
+50
*
Throw :abort halts default CallbackChains
claudiob
2015-01-02
1
-5
/
+34
*
Add test for `:skip_after_callbacks_if_terminated`
claudiob
2014-12-14
1
-15
/
+33
*
Unused classes in AS tests
Akira Matsuda
2013-12-19
1
-21
/
+0
*
remove deprecation notices
Aaron Patterson
2013-05-15
1
-16
/
+0
*
deprecating string based terminators
Aaron Patterson
2013-05-14
1
-1
/
+1
*
Merge branch 'master' into normalizecb
Aaron Patterson
2013-05-14
1
-1
/
+2
|
\
|
*
private callback methods should work
Aaron Patterson
2013-05-14
1
-1
/
+2
*
|
Merge branch 'master' into normalizecb
Aaron Patterson
2013-05-13
1
-0
/
+40
|
\
|
|
*
adding more callback type coverage
Aaron Patterson
2013-05-13
1
-0
/
+40
*
|
pass the actual filter, not a string
Aaron Patterson
2013-05-13
1
-1
/
+1
|
/
*
add tests for reset_calbacks
Aaron Patterson
2013-05-13
1
-0
/
+40
*
add test for object conditional with scope
Aaron Patterson
2013-05-08
1
-0
/
+19
*
adding a class conditional test
Aaron Patterson
2013-05-08
1
-0
/
+12
*
adding tests for lambdas as conditions
Aaron Patterson
2013-05-08
1
-0
/
+40
*
we need to indicate the type of callback
Aaron Patterson
2013-05-08
1
-2
/
+2
*
adding more tests around callback inconsistencies
Aaron Patterson
2013-05-08
1
-5
/
+47
*
refactor tests for more points
Aaron Patterson
2013-05-08
1
-4
/
+5
*
adding test to demonstrate inconsistencies in the AS::Callbacks api
Aaron Patterson
2013-05-08
1
-0
/
+41
*
fix issue #10502, do not recompute method name for already-stringified object...
Sean Walbran
2013-05-07
1
-0
/
+22
*
Fix typo in test
Vipul A M
2013-05-02
1
-1
/
+1
*
Fixes skipping object callback filters
Ben McRedmond
2013-04-04
1
-0
/
+17
*
Prevent callback from being set twice.
Dmitriy Kiriyenko
2012-12-20
1
-5
/
+57
*
Cleanup trailing whitespaces
dfens
2012-10-12
1
-1
/
+1
*
AS::Callbacks#run_callbacks remove key argument
Francesco Rodriguez
2012-05-10
1
-3
/
+3
*
AS::Callbacks: deprecate rescuable option
Bogdan Gusiev
2012-02-22
1
-8
/
+1
*
AS::Callbacks: rip out per_key option.
Bogdan Gusiev
2012-02-04
1
-7
/
+23
*
Fix GH #4344. A defined callback in extended module is called too.
kennyj
2012-01-24
1
-0
/
+56
*
removing unnecessary requires
Aaron Patterson
2012-01-06
1
-1
/
+0
*
use AS::TestCase as the base class
Aaron Patterson
2012-01-05
1
-12
/
+12
*
Log 'Filter chain halted as CALLBACKNAME rendered or redirected' every time a...
José Valim
2011-11-30
1
-1
/
+11
*
Removal require again from tests.
Arun Agrawal
2011-05-22
1
-1
/
+0
*
Add better test scenario for around callback return results
Aaron Pfeifer
2011-03-08
1
-0
/
+10
*
Allow access to a callback event's return result from around callbacks
Aaron Pfeifer
2011-03-08
1
-0
/
+24
*
Use run_callbacks; the generated _run_<name>_callbacks method is not a public...
John Firebaugh
2011-01-31
1
-1
/
+1
*
while defining callbacks option :rescuable => true
Neeraj Singh
2010-12-29
1
-1
/
+30
*
Test for after_create callback order in ActiveSupport [#5703 state:resolved]
Neeraj Singh
2010-09-27
1
-0
/
+23
*
If certain sections of skip_callback method are commented out then
Neeraj Singh
2010-08-31
1
-0
/
+27
*
Final iteration of use better testing methods
Neeraj Singh
2010-05-19
1
-1
/
+1
*
Added missing requires abstract_unit and activesupport to the loadpath of ts_...
Santiago Pastorino and Sebastian Martinez
2010-03-18
1
-1
/
+1
*
Make sure AS test env doesn't have duplicate libs in load path
Joshua Peek
2010-02-15
1
-1
/
+0
*
deOMGifying Railties, Active Support, and Action Pack
Mikel Lindsaar
2010-01-31
1
-4
/
+4
*
Callbacks, DeprecatedCallbacks = NewCallbacks, Callbacks
Joshua Peek
2009-10-12
1
-146
/
+486
*
Remove core ext dependency from test
Jeremy Kemper
2009-03-24
1
-4
/
+4
*
Allow multiple conditions for callbacks [#1627 state:resolved]
Joshua Peek
2008-12-28
1
-1
/
+41
*
Simplified and renamed CallbackChain union method to replace_or_append!
Joshua Peek
2008-08-21
1
-4
/
+4
[next]