summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Update lib/rack/response.rbresponse-mock-response-consistencySamuel Williams2020-01-141-1/+1
* Add new `Response.[]` and `MockResponse.[]` which are very similar. Fixes #1094.Samuel Williams2020-01-114-0/+30
* Ensure body is closed after buffering it. Fixes #877.Samuel Williams2020-01-111-0/+2
* Add badge for documentation coverage.Samuel Williams2020-01-111-0/+1
* Update cookie parser to only accept `;` as delimiter.mrageh2020-01-111-6/+5
* Remove duplicate assertion from request spec. See #937.Samuel Williams2020-01-111-1/+0
* Prefer to use `@names.clear` to avoid hash allocation. See #938.Samuel Williams2020-01-111-1/+1
* Merge pull request #938 from raxoft/patch-1Samuel Williams2020-01-111-0/+6
|\
| * HeaderHash must clear names on clear/replace.Patrik Rak2015-09-041-0/+6
* | Merge pull request #963 from yui-knk/doc_delete_session_is_required_to_be_ove...Samuel Williams2020-01-111-2/+2
|\ \
| * | [ci skip] Add `#delete_session` to should be overwritten list.yui-knk2015-10-291-2/+2
* | | Merge pull request #966 from ch1c0t/use-float-infinitySamuel Williams2020-01-111-4/+1
|\ \ \
| * | | Use Float::INFINITY in Rack::URLMap instead of rolling our ownAnatoly Chernow2015-11-011-4/+1
| |/ /
* | | Better way of encoding comparison in Rack::Lintdeepj2020-01-111-1/+1
* | | Merge pull request #975 from bb-froggy/patch-1Samuel Williams2020-01-111-1/+1
|\ \ \
| * | | Fixed a typo in a commentbb-froggy2015-11-171-1/+1
* | | | Merge pull request #1465 from rack/rack-files-nil-rootSamuel Williams2020-01-112-1/+15
|\ \ \ \
| * | | | Fix ActiveStorage use-case and add test case. Fixes #1464.Samuel Williams2020-01-112-1/+15
* | | | | Do not deprecate Rack::FileRafael Mendonça França2020-01-101-1/+0
|/ / / /
* | | | Merge pull request #1462 from jeremyevans/sessionid-to_sAaron Patterson2020-01-101-1/+1
|\ \ \ \
| * | | | Make SessionId#to_s be an alias of #public_idJeremy Evans2020-01-091-1/+1
* | | | | Start 2.2.0 developmentAaron Patterson2020-01-101-1/+1
|/ / / /
* | | | Merge pull request #1461 from p8/cleanup-changelog2.1.0Samuel Williams2020-01-091-3/+1
|\ \ \ \
| * | | | Remove changes from CHANGELOG already present in older versions [ci skip]Petrik2020-01-091-3/+1
|/ / / /
* | | | Merge pull request #1162 from snood1205/masterSamuel Williams2020-01-091-0/+1
|\ \ \ \
| * | | | Added (Unused) 306Eli Sadoff2017-04-241-0/+1
* | | | | Merge pull request #1459 from jimeh/add-breaking-change-warning-to-changelogAaron Patterson2020-01-081-2/+2
|\ \ \ \ \
| * | | | | Add breaking change warning to changelog for 2.0.8 and 1.6.12Jim Myhrberg2020-01-081-2/+2
* | | | | | Merge pull request #1460 from rack/base64-strictSamuel Williams2020-01-092-12/+52
|\ \ \ \ \ \
| * | | | | | Use "strict encoding" for Base64 encoded cookiesbase64-strictSamuel Williams2020-01-092-12/+52
* | | | | | | Merge pull request #1458 from p8/update-2-0-stable-changelogSamuel Williams2020-01-091-2/+31
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | |
| * | | | | | Add changes to Changelog [ci skip]Petrik2020-01-081-2/+31
|/ / / / / /
* | | | | | Merge pull request #1456 from rack/response-body-compactSamuel Williams2020-01-081-4/+4
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Don't propagate nil values.response-body-compactSamuel Williams2020-01-081-1/+1
| * | | | | Prefer parentheses.Samuel Williams2020-01-081-1/+1
| * | | | | Remove trailing whitespace.Samuel Williams2020-01-081-2/+2
|/ / / / /
* | | | | Merge pull request #1434 from rack/rack-response-bufferedAaron Patterson2020-01-073-39/+107
|\ \ \ \ \
| * | | | | Restore part of status=205 spec.rack-response-bufferedSamuel Williams2020-01-071-0/+9
| * | | | | Prefer `Hash#[]` which is about 20% faster and more logical.Samuel Williams2020-01-071-1/+1
| * | | | | Reuse `Rack::Utils::STATUS_WITH_NO_ENTITY_BODY`.Samuel Williams2020-01-071-5/+1
| * | | | | Lazily initialize the response body and only buffer it if required.Samuel Williams2020-01-073-36/+99
|/ / / / /
* | | | | Merge pull request #1454 from rack/to_ary-flattenSamuel Williams2020-01-071-2/+2
|\ \ \ \ \
| * | | | | Improve spec compatibility with current master.to_ary-flattenSamuel Williams2020-01-071-2/+2
|/ / / / /
* | | | | Improve spec name and be explicit about result.Samuel Williams2020-01-071-3/+4
* | | | | Merge pull request #1453 from rack/rm_to_ary_from_responseSamuel Williams2020-01-074-11/+5
|\ \ \ \ \
| * | | | | Remove `to_ary` from Responserm_to_ary_from_responseAaron Patterson2020-01-064-11/+5
* | | | | | Merge pull request #1450 from ohbarye/fix-typosSamuel Williams2020-01-022-2/+2
|\ \ \ \ \ \
| * | | | | | Fix typosohbarye2020-01-022-2/+2
|/ / / / / /
* | | | | | Merge pull request #1436 from prathamesh-sonpatki/patch-1Samuel Williams2019-12-311-0/+11
|\ \ \ \ \ \
| * | | | | | Run tests on Ruby 2.7प्रथमेश Sonpatki2019-12-301-0/+11
|/ / / / / /