aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/dispatch/request_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Bump rubocop to 0.71Abhay Nikam2019-06-061-1/+0
* url -> URL where apt inside actionpack/Sharang Dashputre2019-04-011-1/+1
* Remove deprecated `#acronym_regex` method from `Inflections`Rafael Mendonça França2019-01-171-1/+0
* Deprecate ActionDispatch::Http::ParameterFilter in favor of ActiveSupport::Pa...Yoshiyuki Kinjo2018-10-081-41/+3
* Change the empty block style to have space inside of the blockRafael Mendonça França2018-09-251-1/+1
* Update ParameterFilter to yield original parametersPeter Zhu2018-08-221-2/+5
* Use assert_empty and assert_not_emptyDaniel Colson2018-01-251-1/+1
* Use assert_predicate and assert_not_predicateDaniel Colson2018-01-251-43/+43
* Use more realistic setup rather than stubbingYuki Nishijima2017-12-291-89/+75
* Deprecate ActiveSupport::Inflector#acronym_regexNick LaMuro2017-10-281-1/+1
* Cache regexps generated from acronym_regexNick LaMuro2017-10-231-1/+1
* Implement H2 Early Hints for Railseileencodes2017-10-041-0/+15
* Use frozen string literal in actionpack/Kir Shatrov2017-07-291-0/+2
* Scrub the invalid paramter value before using it in the errorArthur Neves2017-07-171-1/+2
* Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"Matthew Draper2017-07-021-1/+0
* Enforce frozen string in RubocopKir Shatrov2017-07-011-0/+1
* Merge branch 'master' into bug/filtered_parameters_classLeonel Galán2017-05-171-2/+2
|\
| * Should escape meta characters in regexpRyuta Kamizono2017-05-071-2/+2
* | Fixes CodeClimate warningsLeonel Galan2017-02-131-2/+2
* | Use of ParameterFilter no longer forces `request.filtered_parameters' class t...Leonel Galan2017-02-131-0/+13
|/
* 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