aboutsummaryrefslogtreecommitdiffstats
path: root/railties/test/application/middleware/exceptions_test.rb
Commit message (Expand)AuthorAgeFilesLines
* s/an/a/Akira Matsuda2017-11-041-1/+1
* Adding frozen_string_literal pragma to Railties.Pat Allan2017-08-141-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
* Do not try to encoding the parameters when the controller is not definedRafael Mendonça França2017-04-261-0/+14
* modernizes hash syntax in railtiesXavier Noria2016-08-061-1/+1
* applies new string literal convention in railties/testXavier Noria2016-08-061-8/+8
* Remove unused boot_rails method and it's usagePrathamesh Sonpatki2016-07-041-1/+0
* remove args from assert_nothing_raised in testsTara Scherner de la Fuente2016-02-221-2/+2
* Tweaked wording used in some tests.Sebastian McKenzie2015-10-251-3/+3
* Removed magic comments # encoding: utf-8 , since its default from ruby 2.0 on...Vipul A M2015-02-031-1/+0
* UrlGenerationError are not catched as 404 anymoreJean Boussier2014-10-271-0/+15
* 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