Ruby on Rails shows only 1 line or two lines of stack trace. I need to see the stack trace. How do I turn it on?
Rails.backtrace_cleaner.remove_silencers!
does not have any effect. I am using Rails 4.2 and Ruby 2.3
Ruby on Rails shows only 1 line or two lines of stack trace. I need to see the stack trace. How do I turn it on?
Rails.backtrace_cleaner.remove_silencers!
does not have any effect. I am using Rails 4.2 and Ruby 2.3