This project is archived and is in readonly mode.
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
-
José Valim March 27th, 2010 @ 10:35 AM
- Milestone cleared.
- State changed from new to incomplete
- Assigned user set to José Valim
Can you please provide a patch using the information provided here:
http://rails.lighthouseapp.com/projects/8994/sending-patches
Please include some tests as well. Thanks!
-
Doug Alcorn March 27th, 2010 @ 04:54 PM
- Tag set to patch
Here's a simple patch (with test!) adding the remove_filters!
-
Repository April 10th, 2010 @ 01:06 PM
- State changed from incomplete to resolved
(from [dc974306301809f4e184f518261f5baae2c909eb]) ActiveSupport::BacktraceCleaner#remove_filters! allows for completely untouched backtrace [#4079 state:resolved]
Signed-off-by: José Valim jose.valim@gmail.com
http://github.com/rails/rails/commit/dc974306301809f4e184f518261f5b... -
Jeremy Kemper October 15th, 2010 @ 11:01 PM
- Milestone set to 3.0.2
- Importance changed from to Low
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
- 4079 backtrace_cleaner can't remove filters (from [dc974306301809f4e184f518261f5baae2c909eb]) ActiveS...