aboutsummaryrefslogtreecommitdiffstats
path: root/railties/test/backtrace_cleaner_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Find query_source_location using lazy EnumeratorJohn Hawthorn2019-04-151-0/+10
* Fix "DEPRECATION WARNING: ActionView::Template#initialize requires a locals p...yuuji.yaginuma2019-03-091-1/+1
* Use backtrace cleaner to clean up backtrace for verbose query logsLachlan Sylvester2018-08-141-16/+0
* update BacktraceCleaner::RENDER_TEMPLATE_PATTERN to match the ActionView::Tem...Lachlan Sylvester2018-08-071-0/+7
* Filter backtrace in test to ensure irb counts as user codeLachlan Sylvester2018-08-061-5/+6
* Adding frozen_string_literal pragma to Railties.Pat Allan2017-08-141-0/+2
* 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
* use correct variable in BacktraceCleaner testyuuji.yaginuma2016-11-261-1/+1
* applies new string literal convention in railties/testXavier Noria2016-08-061-2/+2
* - Added test for verifying that we treat line number indications from irb as ...Vipul A M2016-07-011-8/+16
* Gem cont presence checking has been removedRoman V. Babenko2012-05-021-17/+15
* Test::Unit::Util::BacktraceFilter is never definedRafael Mendonça França2012-01-061-28/+0
* Use backtrace cleaner for dev mode exception pageJoshua Peek2010-01-161-2/+2
* test-unit 2: filter_backtrace is privateJeremy Kemper2009-11-101-2/+2
* Exclude gem backtrace filter if rubygems is not loadedJoshua Peek2009-10-201-16/+17
* Fix bad assumption in BacktraceCleaner test [#3249 state:resolved]Mike Gunderloy2009-10-181-1/+1
* Remove config.gem in favor of using the bundler. This makes config/boot.rb ob...Carl Lerche2009-10-161-6/+0
* Deprecate RAILS_ROOT in favor of Rails.root (which proxies to the application...Carl Lerche2009-10-161-2/+0
* Add gem filter for default gem path since it maybe different than the set of ...Joshua Peek2009-09-261-2/+2
* Move railties/lib/* into railties/lib/*Yehuda Katz + Carl Lerche2009-09-241-1/+1
* Correctly clean backtraces from vendor/gems and gems in alternate install loc...Matt Jones2009-03-091-0/+29
* Skip backtrace filter test when using minitestJeremy Kemper2009-02-271-20/+24
* Accept a prefix argument to filter_backtrace_with_cleaning [#1456 state:commi...Manfred Stienstra2008-11-241-0/+28