aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/test/callbacks_test.rb
Commit message (Expand)AuthorAgeFilesLines
* remove deprecation noticesAaron Patterson2013-05-151-16/+0
* deprecating string based terminatorsAaron Patterson2013-05-141-1/+1
* Merge branch 'master' into normalizecbAaron Patterson2013-05-141-1/+2
|\
| * private callback methods should workAaron Patterson2013-05-141-1/+2
* | Merge branch 'master' into normalizecbAaron Patterson2013-05-131-0/+40
|\|
| * adding more callback type coverageAaron Patterson2013-05-131-0/+40
* | pass the actual filter, not a stringAaron Patterson2013-05-131-1/+1
|/
* add tests for reset_calbacksAaron Patterson2013-05-131-0/+40
* add test for object conditional with scopeAaron Patterson2013-05-081-0/+19
* adding a class conditional testAaron Patterson2013-05-081-0/+12
* adding tests for lambdas as conditionsAaron Patterson2013-05-081-0/+40
* we need to indicate the type of callbackAaron Patterson2013-05-081-2/+2
* adding more tests around callback inconsistenciesAaron Patterson2013-05-081-5/+47
* refactor tests for more pointsAaron Patterson2013-05-081-4/+5
* adding test to demonstrate inconsistencies in the AS::Callbacks apiAaron Patterson2013-05-081-0/+41
* fix issue #10502, do not recompute method name for already-stringified object...Sean Walbran2013-05-071-0/+22
* Fix typo in testVipul A M2013-05-021-1/+1
* Fixes skipping object callback filtersBen McRedmond2013-04-041-0/+17
* Prevent callback from being set twice.Dmitriy Kiriyenko2012-12-201-5/+57
* Cleanup trailing whitespacesdfens2012-10-121-1/+1
* AS::Callbacks#run_callbacks remove key argumentFrancesco Rodriguez2012-05-101-3/+3
* AS::Callbacks: deprecate rescuable optionBogdan Gusiev2012-02-221-8/+1
* AS::Callbacks: rip out per_key option.Bogdan Gusiev2012-02-041-7/+23
* Fix GH #4344. A defined callback in extended module is called too.kennyj2012-01-241-0/+56
* removing unnecessary requiresAaron Patterson2012-01-061-1/+0
* use AS::TestCase as the base classAaron Patterson2012-01-051-12/+12
* Log 'Filter chain halted as CALLBACKNAME rendered or redirected' every time a...José Valim2011-11-301-1/+11
* Removal require again from tests.Arun Agrawal2011-05-221-1/+0
* Add better test scenario for around callback return resultsAaron Pfeifer2011-03-081-0/+10
* Allow access to a callback event's return result from around callbacksAaron Pfeifer2011-03-081-0/+24
* Use run_callbacks; the generated _run_<name>_callbacks method is not a public...John Firebaugh2011-01-311-1/+1
* while defining callbacks option :rescuable => trueNeeraj Singh2010-12-291-1/+30
* Test for after_create callback order in ActiveSupport [#5703 state:resolved]Neeraj Singh2010-09-271-0/+23
* If certain sections of skip_callback method are commented out thenNeeraj Singh2010-08-311-0/+27
* Final iteration of use better testing methodsNeeraj Singh2010-05-191-1/+1
* Added missing requires abstract_unit and activesupport to the loadpath of ts_...Santiago Pastorino and Sebastian Martinez2010-03-181-1/+1
* Make sure AS test env doesn't have duplicate libs in load pathJoshua Peek2010-02-151-1/+0
* deOMGifying Railties, Active Support, and Action PackMikel Lindsaar2010-01-311-4/+4
* Callbacks, DeprecatedCallbacks = NewCallbacks, CallbacksJoshua Peek2009-10-121-146/+486
* Remove core ext dependency from testJeremy Kemper2009-03-241-4/+4
* Allow multiple conditions for callbacks [#1627 state:resolved]Joshua Peek2008-12-281-1/+41
* Simplified and renamed CallbackChain union method to replace_or_append!Joshua Peek2008-08-211-4/+4
* Tidy up ActiveSupport::Callbacks::CallbackChain instance API.Joshua Peek2008-04-171-0/+31
* Refactor filters to use Active Support callbacks. Closes #11235.Jeremy Kemper2008-03-181-0/+21
* Extract ActiveSupport::Callbacks from Active Record, test case setup and tear...Jeremy Kemper2008-01-191-0/+96