Remove backtrace silencers to make upgrade issues easier to debug since most issues you'll hit will be coming from within Rails.

This commit is contained in:
Jeremy McAnally 2010-02-03 11:22:17 -06:00
parent 23cf363cd5
commit a5ebcb32ff
1 changed files with 2 additions and 1 deletions

View File

@ -1 +1,2 @@
# Include hook code here
# Get long stack traces for easier debugging; you'll thank me later.
Rails.backtrace_cleaner.remove_silencers!