summaryrefslogtreecommitdiff
path: root/lib/rack/show_exceptions.rb
Commit message (Expand)AuthorAgeFilesLines
* Replace OpenStruct with Struct (#2004)YOSHIDA Katsuhiko2023-01-081-1/+6
* Use Exception#detailed_message if availableYusuke Endoh2022-07-091-1/+10
* Use "white-space: pre-wrap" instead of "pre"Yusuke Endoh2022-07-091-1/+1
* Use "pre" format and monospace font for exception messagesYusuke Endoh2022-07-091-1/+1
* Enable directly requiring Rack componentsJeremy Evans2022-02-031-0/+4
* Double assignment is still needed to prevent an "unused variable" warningRyuta Kamizono2020-02-111-2/+6
* Cleanups since master is 2.2+Vipul A M2020-02-101-6/+2
* Use require_relative and rely on autoload instead of using requireJeremy Evans2020-01-271-2/+0
* Make Rack::ShowExceptions handle invalid POST dataJeremy Evans2020-01-161-2/+2
* ShowExceptions: fix issue when Rack env has binary dataAkshay Joshi2018-12-181-1/+1
* Call the correct accepts_html? method for prefer_plaintextTomer Elmalem2018-09-051-1/+1
* Update LICENSE (#1261)yhirano552018-04-171-2/+2
* RuboCop: enable Layout/Space* cops (#1259)yhirano552018-04-171-4/+4
* Merge branch 'patch-1' of https://github.com/jkowens/rack into jkowens-patch-1Aaron Patterson2018-04-141-1/+5
|\
| * Override template using #template methodJordan Owens2018-01-151-1/+1
| * Allow subclasses to override TEMPLATE constantJordan Owens2018-01-051-1/+5
* | Add frozen_string_literal: true to remaining filesDillon Welch2018-04-131-0/+2
* | Updates for frozen string literal compatibility.Pat Allan2017-06-211-1/+1
|/
* Merge remote-tracking branch 'origin/master' into showexceptions-lazy-erb-tem...Max Cantor2015-08-041-271/+270
* Rename files to follow ruby naming conventionsTeo Ljungberg2015-06-241-0/+387