aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/test/clean_backtrace_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Use backtrace cleaner to clean up backtrace for verbose query logsLachlan Sylvester2018-08-141-0/+40
* Enable `Layout/FirstParameterIndentation` copRyuta Kamizono2017-07-171-2/+2
* [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
* applies remaining conventions across the projectXavier Noria2016-08-061-1/+0
* applies new string literal convention in activesupport/testXavier Noria2016-08-061-6/+6
* systematic revision of =~ usage in ASXavier Noria2016-07-221-4/+4
* missing activesupport test coverageEugene Gilburg2014-07-191-0/+5
* Fix BacktraceCleaner#noise for multiple silencers.Mark J. Titorenko2013-06-201-0/+21
* Remove extra test case.Mike Gehard2012-06-191-7/+4
* Deletes trailing whitespaces (over text files only find * -type f -exec sed '...Santiago Pastorino2010-08-141-7/+7
* ActiveSupport::BacktraceCleaner#remove_filters! allows for completely untouch...Doug Alcorn2010-04-101-1/+6
* Added ActiveSupport::BacktraceCleaner and Rails::BacktraceCleaner for cutting...David Heinemeier Hansson2008-11-221-0/+47