aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorMatthew Draper <matthew@trebex.net>2016-08-13 18:13:53 +0930
committerMatthew Draper <matthew@trebex.net>2016-09-30 06:57:43 +0930
commit871ca21f6a1d65c0ec78cb5a9641411e2210460b (patch)
tree3c4ff1d8cb90f78c08c9cb14696847995a12665a /README.md
parent268a5bb010ef91880d9b03b60e5e86ae5521e73c (diff)
downloadrails-871ca21f6a1d65c0ec78cb5a9641411e2210460b.tar.gz
rails-871ca21f6a1d65c0ec78cb5a9641411e2210460b.tar.bz2
rails-871ca21f6a1d65c0ec78cb5a9641411e2210460b.zip
Tighten the backtrace pollution from passing through callbacks
Callbacks are everywhere, so it's better if we can avoid making a mess of the backtrace just because we've passed through a callback hook. I'm making no effort to the before/after invocations: those only affect backtraces while they're running. The calls that matter are the ones that remain on the call stack after run_callbacks yields: around callbacks, and internal book-keeping around the before/afters.
Diffstat (limited to 'README.md')
0 files changed, 0 insertions, 0 deletions