aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/callbacks.rb
Commit message (Expand)AuthorAgeFilesLines
* Additional fix for argument-splat ordering differences.Charles Oliver Nutter2016-10-211-2/+2
* Explicitly unpack the expanded args to avoid execution order diff.Charles Oliver Nutter2016-10-211-4/+4
* Tighten the backtrace pollution from passing through callbacksMatthew Draper2016-09-301-134/+202
* fix formatting of `define_callbacks` doc [ci skip]yuuji.yaginuma2016-09-231-4/+4
* Fix broken comments indentation caused by rubocop auto-correct [ci skip]Ryuta Kamizono2016-09-141-16/+16
* Fix broken heredoc indentation caused by rubocop auto-correctRyuta Kamizono2016-09-031-10/+10
* Add three new rubocop rulesRafael Mendonça França2016-08-161-2/+2
* code gardening: removes redundant selfsXavier Noria2016-08-081-3/+3
* normalizes indentation and whitespace across the projectXavier Noria2016-08-061-560/+560
* modernizes hash syntax in activesupportXavier Noria2016-08-061-2/+2
* applies new string literal convention in activesupport/libXavier Noria2016-08-061-10/+10
* Change AS::Callback to ActiveSupport::Callbacks in doc [ci skip]Alex Kitchens2016-06-141-1/+1
* [ci skip] `define_model_callbacks` only exist in active model:Edouard CHIN2016-06-101-1/+6
* Specify that behavior will be deprecated in Rails 5.1Jon Moss2016-04-171-1/+1
* Replace _meth with _method to remove ambiguityScott Latham2016-03-301-3/+3
* Eliminate instance level writers for class accessorsAaron Patterson2016-01-221-2/+2
* Deprecate passing string to define callback.yui-knk2015-12-161-1/+8
* nodoc for active support protected method [CI skip]Gaurav Sharma2015-10-041-3/+3
* Refactor AS::Callbacks halt config and fix the documentationRoque Pinel2015-10-011-7/+8
* Fix the AS::Callbacks terminator regression from 4.2.3Roque Pinel2015-09-221-14/+28
* Remove AS methods that are never invokedclaudiob2015-09-131-68/+6
* [ci skip] Fix the AS::Callbacks terminator docsRoque Pinel2015-08-081-3/+3
* Revert "Revert "Reduce allocations when running AR callbacks.""Guo Xiang Tan2015-07-161-3/+11
* Fix grammar. [CI SKIP]Guo Xiang Tan2015-05-191-1/+1
* Merge pull request #19029 from iainbeeston/skipping-undefined-callbacksRafael Mendonça França2015-04-061-5/+13
|\
| * Raise ArgumentError if an unrecognised callback is skippedIain Beeston2015-04-031-5/+13
* | Merge pull request #19448 from tgxworld/fix_activesupport_callbacks_clash_on_runRafael Mendonça França2015-04-061-12/+4
|\ \ | |/ |/|
| * Revert "Reduce allocations when running AR callbacks."Guo Xiang Tan2015-03-221-12/+4
* | Fix doc: set_callback also accepts an array of if:claudiob2015-03-311-4/+6
* | Missing require 'active_support/deprecation'Akira Matsuda2015-03-271-0/+1
|/
* Change *args to arg in CallbackSequence#calleileencodes2015-03-051-7/+7
* Merge branch 'master' of github.com:rails/docrailsVijay Dev2015-02-141-2/+2
|\
| * Wording fixes for `:skip_after_callbacks_if_terminated` callbacks optionVipul A M2015-01-311-2/+2
* | remove unnecessary assignment and parameter passing in ActiveSupport::Callbac...rxing2015-02-111-12/+7
* | Use keyword argumentsRafael Mendonça França2015-02-051-4/+4
* | Callback#merge merges options for a callback skip instead of a callback. Rena...Vipul A M2015-02-011-2/+2
|/
* Add config to halt callback chain on return falseclaudiob2015-01-021-1/+7
* Deprecate `false` as the way to halt AS callbacksclaudiob2015-01-021-2/+14
* Throw :abort halts default CallbackChainsclaudiob2015-01-021-5/+18
* Flatten the call stacks ActiveSupport::Callbacks produces, fix #18011.Jaroslaw Rzeszotko2014-12-271-74/+116
* Add test for `:skip_after_callbacks_if_terminated`claudiob2014-12-141-4/+5
* Prefix internal method with _Rafael Mendonça França2014-10-251-2/+2
* Replace Enumerable#reverse.each with Enumerable#reverse_eachErik Michaels-Ober2014-10-131-1/+1
* fix typo in in define_model_callbacks comment [ci skip]Ryan Selk2014-10-031-1/+1
* add notes for `define_model_callbacks` [ci skip]Kuldeep Aggarwal2014-10-031-0/+3
* Reduce allocations when running AR callbacks.Pete Higgins2014-09-281-6/+15
* Fix ActiveSupport::Callbacks #set_callback docs.Nick Pellant2014-07-071-1/+1
* :fire: these are lambdas now [ci skip]Godfrey Chan2014-07-031-9/+2
* Tiny documentation fixes [ci skip]Robin Dupret2014-06-291-1/+1
* Update documentation for run_callbacksjamesprior2014-06-271-1/+2