Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix `thoughtbot` capitalization | Teo Ljungberg | 2015-06-05 | 1 | -1/+1 |
| | | | | | The company name is spelled `thoughtbot` per https://github.com/thoughtbot/presskit/blob/master/README.md#name | ||||
* | docs, fix BacktraceCleaner code example. Closes #15911. [ci skip] | Yves Senn | 2014-06-25 | 1 | -1/+1 |
| | |||||
* | Keep method's description/documentation consistent [ci skip] | Santosh Wadghule | 2014-05-11 | 1 | -3/+3 |
| | |||||
* | Some assorted fixes for the 4.1 release notes: | Godfrey Chan | 2013-12-17 | 1 | -1/+1 |
| | | | | | | | | | | | * Added release notes for secrets.yml and mentioned it in the highlights * Added release notes for Mailer previews and mentioned it in the highlights * Added release notes for Module#concerning * Removed mention for AV extraction from the highlights * Rearranged the major features to put highlighted features first * Various improvements and typo fixes [ci skip] | ||||
* | Fix BacktraceCleaner#noise for multiple silencers. | Mark J. Titorenko | 2013-06-20 | 1 | -5/+1 |
| | | | | | | | | | | | | | | The previous implementation of BacktraceSilencer#noise did not work correctly if more than one silencer was configured -- specifically, it would only return noise which was matched by all silencers. The new implementation is such that anything that has been matched by silencers is removed from the backtrace using Array#- (array difference), ie. we now return all elements within a backtrace that have been matched by any silencer (and are thus removed by #silence). Fixes #11030. | ||||
* | minor doc changes to `ActiveSupport::BacktraceCleaner`. | Yves Senn | 2013-06-12 | 1 | -5/+5 |
| | |||||
* | Add documentation for BacktraceCleaner#remove_filters! | Matthew Stopa | 2013-01-02 | 1 | -0/+3 |
| | |||||
* | rename private method to avoid overriding | Francesco Rodriguez | 2012-10-06 | 1 | -2/+2 |
| | |||||
* | use Rails backtrace in tests | Francesco Rodriguez | 2012-10-05 | 1 | -0/+1 |
| | |||||
* | update AS docs [ci skip] | Francesco Rodriguez | 2012-09-17 | 1 | -17/+27 |
| | |||||
* | removing unnecessary 'examples' noise from activesupport | Francesco Rodriguez | 2012-05-13 | 1 | -6/+0 |
| | |||||
* | Whitespaces :scissors: | Rafael Mendonça França | 2012-01-06 | 1 | -7/+7 |
| | |||||
* | move example code to be above reconfiguring discussion; add clarity about ↵ | Matt Jankowski | 2011-06-22 | 1 | -11/+16 |
| | | | | silencers and filters; misc grammar changes - for backtrace cleaners | ||||
* | Some style changes | suchasurge | 2011-03-06 | 1 | -1/+1 |
| | |||||
* | ActiveSupport::BacktraceCleaner#remove_filters! allows for completely ↵ | Doug Alcorn | 2010-04-10 | 1 | -1/+7 |
| | | | | | | untouched backtrace [#4079 state:resolved] Signed-off-by: José Valim <jose.valim@gmail.com> | ||||
* | Use backtrace cleaner for dev mode exception page | Joshua Peek | 2010-01-16 | 1 | -8/+24 |
| | |||||
* | Added ActiveSupport::BacktraceCleaner and Rails::BacktraceCleaner for ↵ | David Heinemeier Hansson | 2008-11-22 | 1 | -0/+72 |
cutting down on backtrace noise (inspired by the Thoughtbot Quiet Backtrace plugin) [DHH] |