This project is archived and is in readonly mode.

#4079 ✓resolved
Doug Alcorn

backtrace_cleaner can't remove filters

Reported by Doug Alcorn | March 1st, 2010 @ 08:02 PM | in 3.0.2

Some of the filters in the backtrace cleaner interfere with various IDE's abilities to parse the backtrace to provide jump links. The remove_silencers! instance method does what it says on the box, but there's nothing similar for removing the filters. Simply adding

    module ActiveSupport
      class BacktraceCleaner
        def remove_filters!
          @filters = []
        end
      end
    end

is enough.

Comments and changes to this ticket

Create your profile

Help contribute to this project by taking a few moments to create your personal profile. Create your profile »

<h2 style="font-size: 14px">Tickets have moved to Github</h2>

The new ticket tracker is available at <a href="https://github.com/rails/rails/issues">https://github.com/rails/rails/issues</a>

People watching this ticket

Attachments

Tags

Referenced by

Pages