aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/dispatch/exception_wrapper_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Use match? where we don't need MatchDataAkira Matsuda2019-07-271-1/+1
* Use backtrace cleaner to clean up backtrace for verbose query logsLachlan Sylvester2018-08-141-0/+1
* Show nested exceptions on the debug viewYuki Nishijima2018-07-151-4/+20
* Use frozen string literal in actionpack/Kir Shatrov2017-07-291-0/+2
* Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"Matthew Draper2017-07-021-1/+0
* Enforce frozen string in RubocopKir Shatrov2017-07-011-0/+1
* applies new string literal convention in actionpack/testXavier Noria2016-08-061-22/+22
* Handle `Rack::QueryParser` errors in `ActionDispatch::ExceptionWrapper`Grey Baker2016-07-121-0/+6
* Remove mocha from ActionPack testsMarcin Olichwirowicz2015-09-051-7/+9
* Get rid of mocha tests - part 1Marcin Olichwirowicz2015-08-241-2/+0
* ExceptionWrapper doesn't need to know about `env`Aaron Patterson2015-08-061-17/+15
* Show proper traces on Windows for the error pagesGenadi Samokovarov2015-02-011-0/+17
* Rename #source_extract to #source_extracts in ExceptionWrapperGenadi Samokovarov2014-11-161-2/+2
* Don't let #{application,framework,full}_trace be nilGenadi Samokovarov2014-11-161-0/+31
* Add basic tests for ActionDispatch::ExceptionWrapperGenadi Samokovarov2014-11-131-0/+66