instance method
remove_silencers!
Ruby on Rails 4.0.13
Since v2.3.18Signature
remove_silencers!()
Will remove all silencers, but leave in the filters. This is useful if your context of debugging suddenly expands as you suspect a bug in one of the libraries you use.
Source
# File activesupport/lib/active_support/backtrace_cleaner.rb, line 71
def remove_silencers!
@silencers = []
end
Defined in activesupport/lib/active_support/backtrace_cleaner.rb line 71
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActiveSupport::BacktraceCleaner