aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/test/core_ext/exception_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Use backtrace cleaner for dev mode exception pageJoshua Peek2010-01-161-69/+0
* Fix dependencies revealed by testing in isolationJeremy Kemper2009-04-221-0/+1
* require abstract_unit directly since test is in load pathJeremy Kemper2008-01-051-1/+1
* Ruby 1.9 compat: introduce ActiveSupport::FrozenObjectError normalize TypeErr...Jeremy Kemper2007-12-291-0/+4
* Tighten rescue clauses. Closes #5985.Jeremy Kemper2006-08-311-1/+1
* r4487@asus: jeremy | 2006-04-29 12:21:39 -0700Jeremy Kemper2006-07-081-10/+9
* Update the diagnostics template skip the useless '<controller not set>' text.Nicholas Seckar2006-04-041-2/+21
* Remove generated code from app traces; improve accuracy of framework tracesNicholas Seckar2005-10-181-0/+8
* Update Exception extension to show the first few framework frames in an appli...Nicholas Seckar2005-10-161-0/+14
* Add unit tests for exception extensionsNicholas Seckar2005-10-161-0/+24