| Commit message (Expand) | Author | Age | Files | Lines |
* | Eliminate instance level writers for class accessors | Aaron Patterson | 2016-01-22 | 1 | -2/+2 |
* | Deprecate passing string to define callback. | yui-knk | 2015-12-16 | 1 | -1/+8 |
* | nodoc for active support protected method [CI skip] | Gaurav Sharma | 2015-10-04 | 1 | -3/+3 |
* | Refactor AS::Callbacks halt config and fix the documentation | Roque Pinel | 2015-10-01 | 1 | -7/+8 |
* | Fix the AS::Callbacks terminator regression from 4.2.3 | Roque Pinel | 2015-09-22 | 1 | -14/+28 |
* | Remove AS methods that are never invoked | claudiob | 2015-09-13 | 1 | -68/+6 |
* | [ci skip] Fix the AS::Callbacks terminator docs | Roque Pinel | 2015-08-08 | 1 | -3/+3 |
* | Revert "Revert "Reduce allocations when running AR callbacks."" | Guo Xiang Tan | 2015-07-16 | 1 | -3/+11 |
* | Fix grammar. [CI SKIP] | Guo Xiang Tan | 2015-05-19 | 1 | -1/+1 |
* | Merge pull request #19029 from iainbeeston/skipping-undefined-callbacks | Rafael Mendonça França | 2015-04-06 | 1 | -5/+13 |
|\ |
|
| * | Raise ArgumentError if an unrecognised callback is skipped | Iain Beeston | 2015-04-03 | 1 | -5/+13 |
* | | Merge pull request #19448 from tgxworld/fix_activesupport_callbacks_clash_on_run | Rafael Mendonça França | 2015-04-06 | 1 | -12/+4 |
|\ \
| |/
|/| |
|
| * | Revert "Reduce allocations when running AR callbacks." | Guo Xiang Tan | 2015-03-22 | 1 | -12/+4 |
* | | Fix doc: set_callback also accepts an array of if: | claudiob | 2015-03-31 | 1 | -4/+6 |
* | | Missing require 'active_support/deprecation' | Akira Matsuda | 2015-03-27 | 1 | -0/+1 |
|/ |
|
* | Change *args to arg in CallbackSequence#call | eileencodes | 2015-03-05 | 1 | -7/+7 |
* | Merge branch 'master' of github.com:rails/docrails | Vijay Dev | 2015-02-14 | 1 | -2/+2 |
|\ |
|
| * | Wording fixes for `:skip_after_callbacks_if_terminated` callbacks option | Vipul A M | 2015-01-31 | 1 | -2/+2 |
* | | remove unnecessary assignment and parameter passing in ActiveSupport::Callbac... | rxing | 2015-02-11 | 1 | -12/+7 |
* | | Use keyword arguments | Rafael Mendonça França | 2015-02-05 | 1 | -4/+4 |
* | | Callback#merge merges options for a callback skip instead of a callback. Rena... | Vipul A M | 2015-02-01 | 1 | -2/+2 |
|/ |
|
* | Add config to halt callback chain on return false | claudiob | 2015-01-02 | 1 | -1/+7 |
* | Deprecate `false` as the way to halt AS callbacks | claudiob | 2015-01-02 | 1 | -2/+14 |
* | Throw :abort halts default CallbackChains | claudiob | 2015-01-02 | 1 | -5/+18 |
* | Flatten the call stacks ActiveSupport::Callbacks produces, fix #18011. | Jaroslaw Rzeszotko | 2014-12-27 | 1 | -74/+116 |
* | Add test for `:skip_after_callbacks_if_terminated` | claudiob | 2014-12-14 | 1 | -4/+5 |
* | Prefix internal method with _ | Rafael Mendonça França | 2014-10-25 | 1 | -2/+2 |
* | Replace Enumerable#reverse.each with Enumerable#reverse_each | Erik Michaels-Ober | 2014-10-13 | 1 | -1/+1 |
* | fix typo in in define_model_callbacks comment [ci skip] | Ryan Selk | 2014-10-03 | 1 | -1/+1 |
* | add notes for `define_model_callbacks` [ci skip] | Kuldeep Aggarwal | 2014-10-03 | 1 | -0/+3 |
* | Reduce allocations when running AR callbacks. | Pete Higgins | 2014-09-28 | 1 | -6/+15 |
* | Fix ActiveSupport::Callbacks #set_callback docs. | Nick Pellant | 2014-07-07 | 1 | -1/+1 |
* | :fire: these are lambdas now [ci skip] | Godfrey Chan | 2014-07-03 | 1 | -9/+2 |
* | Tiny documentation fixes [ci skip] | Robin Dupret | 2014-06-29 | 1 | -1/+1 |
* | Update documentation for run_callbacks | jamesprior | 2014-06-27 | 1 | -1/+2 |
* | remove deprecation warning | eileencodes | 2014-05-13 | 1 | -6/+0 |
* | flip conditional to use if/else instead of unless/else | eileencodes | 2014-05-12 | 1 | -3/+3 |
* | Merge pull request #11411 from dscataglini/master | Aaron Patterson | 2014-04-09 | 1 | -6/+12 |
|\ |
|
| * | private method doesn't work for singleton methods defined this way | Diego Scataglini | 2013-07-12 | 1 | -6/+12 |
* | | Fix few typos in the documentation [ci skip] | Robin Dupret | 2013-12-21 | 1 | -1/+1 |
* | | Merge pull request #13287 from aayushkhandelwal11/typo_rectified | Yves Senn | 2013-12-11 | 1 | -3/+3 |
|\ \ |
|
| * | | typos rectified lifecycle => life cycle | Aayush khandelwal | 2013-12-12 | 1 | -3/+3 |
* | | | typos rectified [ci skip] | Aayush khandelwal | 2013-12-12 | 1 | -1/+1 |
|/ / |
|
* / | Fix typo in set_callback docs. [ci skip] | Gilad Zohari | 2013-09-06 | 1 | -1/+1 |
|/ |
|
* | Revert "remove string based terminators for `ActiveSupport::Callbacks`." | Yves Senn | 2013-07-05 | 1 | -0/+6 |
* | remove string based terminators for `ActiveSupport::Callbacks`. | Yves Senn | 2013-07-05 | 1 | -6/+0 |
* | Further clean-up of ActiveSupport::Callbacks | Genadi Samokovarov | 2013-07-01 | 1 | -10/+9 |
* | unified the param names across all callbacks manipulation methods | Steven Yang | 2013-07-01 | 1 | -10/+10 |
* | updated AS:Callbacks doc for terminator option in define_callbacks method | Steven Yang | 2013-06-30 | 1 | -3/+4 |
* | remove some evals from callback conditionals | Aaron Patterson | 2013-06-11 | 1 | -0/+10 |