aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/callbacks.rb
Commit message (Expand)AuthorAgeFilesLines
* active_support/deprecation is not in use hereAkira Matsuda2019-07-121-1/+0
* Enable `Layout/EmptyLinesAroundAccessModifier` copRyuta Kamizono2019-06-131-3/+0
* Make it easier to find abort documentationRune Philosof2018-10-011-0/+3
* Improve documentation of Procs as :if / :unless options for callbacksFabian Schwahn2018-08-201-0/+8
* Turn on performance based copsDillon Welch2018-07-231-4/+2
* Merge pull request #31913 from rywall/define-callbacks-descMatthew Draper2018-04-121-1/+3
|\
| * No need to define methods on descendants.Ryan Wallace2018-02-241-18/+18
| * Define callbacks on descendants.Ryan Wallace2018-02-061-17/+19
* | Update skip_after_callbacks_if_terminated documentationRafael Mendonça França2018-03-051-2/+2
|/
* Remove deprecated `:if` and `:unless` string filter for callbacksRafael Mendonça França2017-10-231-33/+22
* [Active Support] require_relative => requireAkira Matsuda2017-10-211-8/+8
* [Active Support] `rubocop -a --only Layout/EmptyLineAfterMagicComment`Koichi ITO2017-07-111-0/+1
* Use frozen-string-literal in ActiveSupportKir Shatrov2017-07-091-0/+1
* [Active Support] require => require_relativeAkira Matsuda2017-07-011-8/+8
* Merge pull request #29595 from fatkodima/result_lambda_class_checkingRafael França2017-06-281-1/+1
|\
| * Remove useless class checking for `ActiveSupport::Callbacks`s result_lambdafatkodima2017-06-271-1/+1
* | Fix typo in callback deprecation messageyuuji.yaginuma2017-06-281-1/+1
* | Add more explicit guidance on how to fix callback deprecationsSage Ross2017-06-231-2/+4
|/
* Add option for class_attribute default (#29270)David Heinemeier Hansson2017-05-291-2/+1
* Remove outdated commentMarion Bouguet2017-04-201-1/+0
* Also not needed on this file, call to `mattr_accessor` got removed in https:/...Edouard CHIN2017-02-121-1/+0
* deprecate `halt_callback_chains_on_return_false` instead of `halt_and_display...yuuji.yaginuma2017-02-081-13/+0
* Deprecate halt_and_display_warning_on_return_falseRafael Mendonça França2017-02-071-5/+12
* Remove deprecated behavior that halts callbacks when the return is falseRafael Mendonça França2017-02-071-24/+0
* Document that string in if and unless option of callbacks are deprecatedRafael Mendonça França2017-02-071-4/+4
* Improve the exception message to direct people to all the possible valuesRafael Mendonça França2017-02-071-1/+2
* Deprecate passing string to `:if` and `:unless` conditional options on `set_c...Ryuta Kamizono2017-02-041-0/+16
* Remove deprecated passing string to define callbackRyuta Kamizono2017-02-041-6/+4
* Support double-yield inside an around callbackMatthew Draper2016-12-151-3/+9
* Add more rubocop rules about whitespacesRafael Mendonça França2016-10-291-1/+1
* 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