aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/dispatch/request_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Small spelling errorLachlan Priest2017-01-141-4/+4
* "Use assert_nil if expecting nil. This will fail in minitest 6."Akira Matsuda2016-12-251-11/+11
* Privatize unneededly protected methods in Action Pack testsAkira Matsuda2016-12-231-1/+1
* Add more rubocop rules about whitespacesRafael Mendonça França2016-10-291-14/+14
* Add three new rubocop rulesRafael Mendonça França2016-08-161-26/+26
* Add `Style/EmptyLines` in `.rubocop.yml` and remove extra empty linesRyuta Kamizono2016-08-071-1/+0
* modernizes hash syntax in actionpackXavier Noria2016-08-061-15/+15
* applies new string literal convention in actionpack/testXavier Noria2016-08-061-302/+302
* Check `request.path_parameters` encoding at the point they're setGrey Baker2016-07-141-7/+3
* Document and test ActionDispatch server_portTom Kadwill2016-05-121-0/+11
* Improve documentation and tests for raw_host_with_port and host_with_portTom Kadwill2016-05-111-0/+20
* Strong ETag validatorsJeremy Daer2016-03-311-15/+20
* Format from Accept headers have higher precedence than path extension formatJorge Bejar2015-12-291-0/+9
* Rely on default Mime format when MimeNegotiation#format_from_path_extension i...Jorge Bejar2015-12-291-0/+12
* Test against the real value of tld_length unless explicitly setWill Jessop2015-12-041-26/+30
* Merge pull request #17928 from sergey-alekseev/remove-unused-form-data-methodSean Griffin2015-11-231-0/+20
|\
| * write a test for `#form_data?`Sergey Alekseev2015-03-311-0/+20
* | Deprecate exception#original_exception in favor of exception#causeYuki Nishijima2015-11-031-2/+2
* | Catch invalid UTF-8 querystring values and respond with BadRequestGrey Baker2015-10-231-6/+10
* | Show helpful messages on invalid param. encodingsAgis Anastasopoulos2015-10-191-0/+14
* | Use `Mime[:foo]` instead of `Mime::Type[:FOO]` for back compatJeremy Daer2015-10-061-24/+24
* | stop calling deprecated methodsAaron Patterson2015-09-211-24/+24
* | Remove mocha from ActionPack testsMarcin Olichwirowicz2015-09-051-41/+61
* | Allow filtering params based on parent keysGuillaume Malette2015-06-221-0/+1
* | Add assertion for get? method into test casesMehmet Emin İNAÇ2015-05-271-0/+1
|/
* Define a setup method instead of using setup as blockRafael Mendonça França2015-03-271-1/+2
* Provide friendlier access to request variantsGeorge Claghorn2015-03-241-19/+30
* Fix handling of empty X_FORWARDED_HOST header.adam2015-03-201-0/+3
* allow reseting of request variantsTimo Schilling2014-12-161-0/+7
* ParameterFilter shouldn't try to dup symbol keysNate Berkopec2014-12-131-2/+2
* Request#check_method no longer breaks when :en is not available localeStefan Henzen2014-10-091-0/+16
* Rescue Rack::Utils::ParameterTypeError instead of TypeErrorYuki Nishijima2014-09-131-3/+3
* Avoid duplicating routes for HEAD requests.Guo Xiang Tan2014-08-211-0/+12
* Protect against error when parsing parameters with Bad RequestRafael Mendonça França2014-08-191-0/+25
* [ci skip] fix spelling of overrideAkshay Vishnoi2014-08-131-1/+1
* Merge pull request #16098 from tgxworld/fixes_to_request_testRafael Mendonça França2014-07-181-22/+14
|\
| * Remove redundant test.Guo Xiang Tan2014-07-181-11/+0
| * Fix duplicated test.Guo Xiang Tan2014-07-181-2/+6
| * Update test to clearly reflect what it is testing for.Guo Xiang Tan2014-07-181-5/+7
| * Update outdated test.Guo Xiang Tan2014-07-181-6/+3
* | Add CHANGELOG for #14886Arthur Neves2014-07-181-1/+1
* | LOCALHOST definition should match any 127.0.0.0/8 addressEarl J St Sauver2014-07-181-0/+7
* | Merge pull request #13999 from jamox/update_rackAaron Patterson2014-07-081-6/+12
|\ \ | |/ |/|
| * Upgraded rackJarmo Isotalo2014-05-191-6/+12
* | Fix typoRafael Mendonça França2014-07-021-1/+1
* | Avoid hard-coded value in test setup/teardown.Zuhao Wan2014-06-051-1/+2
|/
* Merge pull request #12651 from cespare/ipv6-remote-ip-fixesRafael Mendonça França2014-05-011-1/+4
|\
| * Make remote_ip detection properly handle private IPv6 addressesCaleb Spare2013-10-261-1/+4
* | Refactor tests from BaseRackTest into BaseRequestTestZachary Scott2014-03-011-179/+386
* | Check if variant array contains only symbolsŁukasz Strzałkowski2014-02-131-0/+8