summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * Rack::MethodOverride handle QueryParser::ParamsTooDeepError (#2006)Jean byroot Boussier2023-01-172-1/+8
| * Bump patch version.v3.0.3Samuel Williams2022-12-272-2/+8
| * Fix Regexp deprecated third argument with Regexp::NOENCODING (#1998)Wei Zhe2022-12-271-1/+1
| * Update tests to work on latest Rubies. (#1999)Samuel Williams2022-12-271-0/+1
| * Bump patch version.v3.0.2Samuel Williams2022-12-052-2/+8
| * Allow passing through streaming bodies. (#1993)Samuel Williams2022-12-052-1/+16
| * Remove unnecessary executable bit from test files (#1992)Jon Dufresne2022-12-055-0/+0
| * Fix Utils.build_nested_query to URL-encode all query string fields (#1989)Jon Dufresne2022-12-054-27/+32
| * Trim trailing white space throughout the project (#1990)Jon Dufresne2022-12-0512-61/+61
| * Fix some typos (#1991)Jon Dufresne2022-12-052-2/+2
| * Remove leading dot to fix compatibility with latest cgi gem. (#1988)Samuel Williams2022-12-052-6/+6
| * Fix outdated Rack::Builder rdocs and remove Lobster references (#1986)Kenn Costales2022-12-052-32/+32
| * Bump patch verison.v3.0.1Samuel Williams2022-11-181-1/+1
| * Update `CHANGELOG.md`.Samuel Williams2022-11-181-1/+1
| * Fix `respond_to?(:each)` with `Rack::Lint` with streaming bodies. (#1981)Samuel Williams2022-11-183-2/+19
| * Do not look for override method if there is no form/parseable data (#1980)James Silberbauer2022-11-183-1/+18
* | Add tests which confirm support for non-UTF-8 parameter key-value pairs. (#2013)Samuel Williams2023-01-172-7/+24
* | `Rack::Request#POST` should consistently raise errors. (#2010)Samuel Williams2023-01-173-19/+45
* | Fix a mistake in a spec name (#2012)Jean byroot Boussier2023-01-171-2/+2
* | Prefer lowercase "samesite" property name for cookies. (#2008)Samuel Williams2023-01-132-29/+29
* | Update changelog.Samuel Williams2023-01-121-1/+5
* | Fix Rack::Lint error message for HTTP_CONTENT_TYPE and HTTP_CONTENT_LENGTH (#...Jean byroot Boussier2023-01-121-1/+1
* | Rack::MethodOverride handle QueryParser::ParamsTooDeepError (#2006)Jean byroot Boussier2023-01-112-1/+8
* | Document the move of Rack::Server to rackup gem (#2005)aithscel2023-01-091-1/+9
* | Replace OpenStruct with Struct (#2004)YOSHIDA Katsuhiko2023-01-081-1/+6
* | Fix Regexp deprecated third argument with Regexp::NOENCODING (#1998)Wei Zhe2022-12-271-1/+1
* | Update tests to work on latest Rubies. (#1999)Samuel Williams2022-12-271-1/+1
* | Update CHANGELOG.Samuel Williams2022-12-051-1/+9
* | Allow passing through streaming bodies. (#1993)Samuel Williams2022-12-052-1/+16
* | Remove unnecessary executable bit from test files (#1992)Jon Dufresne2022-12-045-0/+0
* | Fix Utils.build_nested_query to URL-encode all query string fields (#1989)Jon Dufresne2022-12-034-27/+32
* | Trim trailing white space throughout the project (#1990)Jon Dufresne2022-12-0312-61/+61
* | Fix some typos (#1991)Jon Dufresne2022-12-032-2/+2
* | Remove leading dot to fix compatibility with latest cgi gem. (#1988)Samuel Williams2022-11-272-6/+6
* | Fix outdated Rack::Builder rdocs and remove Lobster references (#1986)Kenn Costales2022-11-202-32/+32
* | Bump actions/dependency-review-action from 2 to 3 (#1983)dependabot[bot]2022-11-141-1/+1
* | Fix `respond_to?(:each)` with `Rack::Lint` with streaming bodies. (#1981)Samuel Williams2022-11-123-2/+19
* | Do not look for override method if there is no form/parseable data (#1980)James Silberbauer2022-11-103-1/+18
* | Describe module autoloading in `config.ru` in upgrade guide. (#1976)yumetodo2022-10-221-0/+17
* | Drop executable flag (#1969)Takafumi ONAKA2022-09-242-0/+0
* | Remove deprecated code. (#1966)Samuel Williams2022-09-1018-1055/+16
* | Use latest RubyGems in CI (#1963)Patrik Ragnarsson2022-09-091-0/+1
* | Remove `--pre` from installation instructions.Samuel Williams2022-09-091-1/+1
* | Remove lobster examples (#1962)Patrik Ragnarsson2022-09-094-33/+1
|/
* Change v3.0.0.beta1 to v3.0.0 in README (#1964)Kevin Sylvestre2022-09-091-2/+2
* bump version, update changelog3.0.0Aaron Patterson2022-09-062-1/+5
* Fix unclosed strings in `UPGRADE-GUIDE.md` (#1960)Josh Gross2022-09-051-2/+2
* bump version, update changelog3.0.0.rc1Aaron Patterson2022-09-042-1/+9
* The stream argument must implement `#<<`. (#1959)Samuel Williams2022-08-313-3/+5
* Allow calling close on `rack.input`. (#1956)Samuel Williams2022-08-304-10/+17