aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/dispatch/debug_exceptions_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Remove mocha from ActionPack testsMarcin Olichwirowicz2015-09-051-3/+6
* Get rid of mocha tests - part 2Marcin Olichwirowicz2015-08-251-32/+25
* Avoid accurate assertions on error messagesRobin Dupret2015-03-021-2/+2
* Consistent usage of spaces in hashes across our codebaseRafael Mendonça França2015-01-291-22/+22
* Switch to kwargs in ActionController::TestCase and ActionDispatch::IntegrationKir Shatrov2015-01-291-31/+31
* Refactor debug viewKir Shatrov2014-12-021-0/+23
* Show source view and backtrace on missing template errorsGenadi Samokovarov2014-11-241-0/+27
* Show the user’s application in the source window and select the correct tra...Byron Bischoff2014-10-231-1/+41
* Expectations firstAkira Matsuda2014-08-181-6/+6
* Merge pull request #16303 from rajcybage/removing_masterYves Senn2014-07-281-0/+2
|\
| * add comment to the empty each method for not removing it in futureRajarshi Das2014-07-261-1/+2
|/
* Display diagnostics in text format for xhr requestVlad Bokov2014-04-141-1/+2
* Append link to bad code to backtrace when exception is SyntaxErrorBoris Kuznetsov2014-03-271-0/+35
* Revert "Merge pull request #9660 from sebasoga/change_strong_parameters_requi...Guillermo Iguaran2013-11-021-6/+0
* Merge pull request #9660 from sebasoga/change_strong_parameters_require_behav...Guillermo Iguaran2013-11-011-0/+6
|\
| * Change ActionController::Parameters#require behavior when value is emptySebastian Sogamoso2013-03-111-0/+6
* | Display exceptions in text format for xhr requestKir Shatrov2013-08-221-0/+41
* | Return a 405 response for unknown HTTP methodsLewis Marshall2013-04-221-0/+6
|/
* strong parameters exception handlingBrian Alexander2013-01-151-0/+6
* display mountable engine routes on RoutingError.Yves Senn2013-01-051-2/+20
* Fix test for DebugExceptions due to template changeGuillermo Iguaran2012-12-311-1/+1
* Add Missing Keys from Journey on failed URL formatschneems2012-08-281-0/+11
* Raise ActionController::BadRequest for malformed parameter hashes.Andrew White2012-05-201-0/+6
* Removed unused assigns from ActionView::Template::Errorbrainopia2012-01-201-1/+1
* Remove other old compatibility constantsCarlos Antonio da Silva2012-01-171-2/+2
* Warning removed "warning: (...) interpreted as grouped expression"Arun Agrawal2011-12-161-1/+1
* Close the response body on cascade pass, closes #3975.José Valim2011-12-141-3/+22
* log exception backtrace when all backtrace lines silencedSergey Nartimov2011-12-131-0/+13
* Fix failing cascade exception.José Valim2011-12-031-0/+9
* Split and improve show and debug exceptions middlewares.José Valim2011-12-011-0/+116