Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Rack::MethodOverride handle QueryParser::ParamsTooDeepError (#2006) | Jean byroot Boussier | 2023-01-11 | 1 | -1/+1 |
| | | | | | | This middleware already handle two types of parsing issues but somehow not this one. Co-authored-by: Jean Boussier <jean.boussier@gmail.com> | ||||
* | Do not look for override method if there is no form/parseable data (#1980) | James Silberbauer | 2022-11-10 | 1 | -1/+1 |
| | |||||
* | Enable directly requiring Rack components | Jeremy Evans | 2022-02-03 | 1 | -0/+4 |
| | | | | | | | | | | | | | | | | | | | | | Add test:separate task to test run each test file separately. This is to test that directly requiring a rack component will work. With test:separate, the test helper will not require rack, and each test file should call separate_testing with a block that uses require_relative to only require that component being tested. Add the appropriate relative requires to get all tests passing when run separately. Note that this isn't foolproof. In many cases, the tests use Rack components that are not under test (such as lint and mock), and both of those other other rack components, so it's possible the tests are loading hidden dependencies. I attempted to check each component to try to find the hidden dependencies, but it is certainly possible I missed something. Implements #1621. | ||||
* | remove .freeze | pavel | 2018-07-29 | 1 | -2/+2 |
| | |||||
* | Merge pull request #1249 from mclark/handle-invalid-method-parameters | Eileen M. Uchitelle | 2018-04-23 | 1 | -1/+5 |
| | | | | handle failure to upcase invalid UTF8 strings for `_method` values | ||||
* | Add frozen_string_literal: true to remaining files | Dillon Welch | 2018-04-13 | 1 | -0/+2 |
| | | | | See https://github.com/rack/rack/issues/1243 for history of this task | ||||
* | Write MethodOverride errors to RACK_ERRORS | Carl Zulauf | 2016-12-29 | 1 | -1/+4 |
| | |||||
* | Minimal resolution of EOFError in MethodOverride middleware | Carl Zulauf | 2016-12-29 | 1 | -1/+1 |
| | |||||
* | Rename files to follow ruby naming conventions | Teo Ljungberg | 2015-06-24 | 1 | -0/+43 |
If a class is named NullLogger, it’s file would be named null_logger.rb |