##// END OF EJS Templates
Merged r14987 (#21534)....
Jean-Philippe Lang -
r14640:fd39037b508f
parent child
Show More
@@ -1,7 +1,11
1 1 # Be sure to restart your server when you modify this file.
2 2
3 3 # You can add backtrace silencers for libraries that you're using but don't wish to see in your backtraces.
4 4 # Rails.backtrace_cleaner.add_silencer { |line| line =~ /my_noisy_library/ }
5 5
6 6 # You can also remove all the silencers if you're trying do debug a problem that might steem from framework code.
7 7 # Rails.backtrace_cleaner.remove_silencers!
8
9 # Do not remove plugins backtrace
10 Rails.backtrace_cleaner.remove_silencers!
11 Rails.backtrace_cleaner.add_silencer { |line| line !~ /^\/?(app|config|lib|plugins|test)/ }
General Comments 0
You need to be logged in to leave comments. Login now