aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/backtrace_cleaner.rb
Commit message (Expand)AuthorAgeFilesLines
* Use match? where we don't need MatchDataAkira Matsuda2019-07-291-2/+2
* Enable `Layout/EmptyLinesAroundAccessModifier` copRyuta Kamizono2019-06-131-1/+0
* Find query_source_location using lazy EnumeratorJohn Hawthorn2019-04-151-1/+5
* Add `Style/RedundantFreeze` to remove redudant `.freeze`Yasuo Honda2018-09-291-1/+1
* Use backtrace cleaner to clean up backtrace for verbose query logsLachlan Sylvester2018-08-141-0/+23
* [Active Support] `rubocop -a --only Layout/EmptyLineAfterMagicComment`Koichi ITO2017-07-111-0/+1
* Use frozen-string-literal in ActiveSupportKir Shatrov2017-07-091-0/+1
* Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"Matthew Draper2017-07-021-1/+0
* Enforce frozen string in RubocopKir Shatrov2017-07-011-0/+1
* Add module name to BacktraceCleaner usage example [ci skip]kenta-s2017-01-221-1/+1
* Remove the word "mongrel" from documentsRyunosuke Sato2016-09-071-3/+3
* Fix `thoughtbot` capitalizationTeo Ljungberg2015-06-051-1/+1
* docs, fix BacktraceCleaner code example. Closes #15911. [ci skip]Yves Senn2014-06-251-1/+1
* Keep method's description/documentation consistent [ci skip]Santosh Wadghule2014-05-111-3/+3
* Some assorted fixes for the 4.1 release notes:Godfrey Chan2013-12-171-1/+1
* Fix BacktraceCleaner#noise for multiple silencers.Mark J. Titorenko2013-06-201-5/+1
* minor doc changes to `ActiveSupport::BacktraceCleaner`.Yves Senn2013-06-121-5/+5
* Add documentation for BacktraceCleaner#remove_filters!Matthew Stopa2013-01-021-0/+3
* rename private method to avoid overridingFrancesco Rodriguez2012-10-061-2/+2
* use Rails backtrace in testsFrancesco Rodriguez2012-10-051-0/+1
* update AS docs [ci skip]Francesco Rodriguez2012-09-171-17/+27
* removing unnecessary 'examples' noise from activesupportFrancesco Rodriguez2012-05-131-6/+0
* Whitespaces :scissors:Rafael Mendonça França2012-01-061-7/+7
* move example code to be above reconfiguring discussion; add clarity about sil...Matt Jankowski2011-06-221-11/+16
* Some style changessuchasurge2011-03-061-1/+1
* ActiveSupport::BacktraceCleaner#remove_filters! allows for completely untouch...Doug Alcorn2010-04-101-1/+7
* Use backtrace cleaner for dev mode exception pageJoshua Peek2010-01-161-8/+24
* Added ActiveSupport::BacktraceCleaner and Rails::BacktraceCleaner for cutting...David Heinemeier Hansson2008-11-221-0/+72