aboutsummaryrefslogtreecommitdiffstats
path: root/railties/test/application/middleware/exceptions_test.rb
Commit message (Expand)AuthorAgeFilesLines
* replace U+00A0 with whitespaceDmitriy Budnik2013-11-211-1/+1
* Make static error pages responsiveEtienne Lemay2013-11-111-1/+1
* Fix failure on middleware/exceptions_testJosé Valim2012-08-231-10/+4
* Remove default match without specified methodJose and Yehuda2012-04-241-1/+1
* Freeze the middleware stack after it's builtJeremy Kemper2012-04-201-17/+18
* convert railties to use AS::TestCaseAaron Patterson2012-01-051-1/+1
* don't encode an UTF-8 encoded templateXu Pan2011-12-201-1/+2
* Show detailed exceptions no longer returns true if the request is local in pr...José Valim2011-12-161-0/+1
* Improve the specs on exceptions app.José Valim2011-12-161-1/+1
* Allow a custom exceptions app to set.José Valim2011-12-161-0/+14
* Fix diagnostics page for routing errors.José Valim2011-12-151-2/+13
* Split ShowExceptions responsibilities in two middlewares.José Valim2011-12-011-0/+89