aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/dispatch
Commit message (Expand)AuthorAgeFilesLines
* Reduce string objects by using \ instead of + or << for concatenating stringsAkira Matsuda2017-01-121-1/+1
* Merge pull request #27610 from Envek/fix_and_speed_up_duration_parsingAndrew White2017-01-121-1/+1
|\
| * Fix inconsistent results when parsing large durations and constructing durati...Andrey Novikov2017-01-091-1/+1
* | Revert "Merge pull request #27586 from maclover7/jm-fix-27584"Rafael Mendonça França2017-01-111-9/+0
|/
* Update `cookies` helper on all HTTP requestsJon Moss2017-01-051-0/+9
* `self.` is not needed when calling its own instance methodAkira Matsuda2017-01-051-1/+1
* Fix Rubocop violations and fix documentation visibilityRafael Mendonça França2016-12-281-1/+1
* "Use assert_nil if expecting nil. This will fail in minitest 6."Akira Matsuda2016-12-2510-30/+30
* Privatize unneededly protected methods in Action Pack testsAkira Matsuda2016-12-231-1/+1
* Do not clear HTTP_COOKIES header after requestJon Moss2016-12-111-0/+10
* Do not raise exception when content_type is a empty stringRafael Mendonça França2016-12-091-0/+5
* stop using removed `render :text`yuuji.yaginuma2016-12-031-1/+1
* use `Gem.win_platform?` to check windows Ruby platformsyuuji.yaginuma2016-11-301-1/+1
* Add more rubocop rules about whitespacesRafael Mendonça França2016-10-2912-57/+57
* Support plain loggers in DebugExceptionsGenadi Samokovarov2016-10-281-0/+17
* Remove mona lisa image from the testsRafael Mendonça França2016-10-251-1/+1
* Remove deprecated support to non-keyword arguments in `ActionDispatch::Integr...Rafael Mendonça França2016-10-101-1/+3
* Remove deprecated support for passing `:path` and route path as stings in `Ac...Rafael Mendonça França2016-10-101-4/+1
* Remove deprecated support passing path as `nil` in `ActionDispatch::Routing::...Rafael Mendonça França2016-10-101-3/+1
* Remove deprecated `cache_control` argument from `ActionDispatch::Static#initi...Rafael Mendonça França2016-10-101-10/+0
* Remove deprecated support to passing strings to the middleware stackRafael Mendonça França2016-10-101-39/+2
* Remove deprecated code in ssl middlewareRafael Mendonça França2016-10-101-39/+10
* Deprecated ActionDispatch::ParamsParser::ParamsParserRafael Mendonça França2016-10-102-2/+2
* Remove deprecated access to mime types through constantsRafael Mendonça França2016-10-101-12/+0
* Show an "unmatched constraints" error for mismatching and present paramsChris Carter2016-10-031-6/+9
* Merge pull request #26589 from kirs/ad-test-request-methodArthur Nogueira Neves2016-09-221-0/+7
|\
| * Fix memoization bug on ActionDispatch::TestRequest#request_method=Kir Shatrov2016-09-221-0/+7
* | improve error message when include assertions failMichael Grosser2016-09-162-5/+5
|/
* rename test method to avoid overridingyuuji.yaginuma2016-09-031-1/+1
* fixes remaining RuboCop issues [Vipul A M, Xavier Noria]Xavier Noria2016-09-011-4/+4
* Start passing cipher from EncryptedCookieJar since we use it to determine key...Vipul A M2016-09-011-13/+12
* Follow up of #25602Vipul A M2016-09-011-11/+25
* Fix nested multiple rootsRyo Hashimoto2016-08-291-0/+42
* Missing key should throw KeyErroreileencodes2016-08-261-0/+6
* Merge pull request #26235 from samphippen/allow-early-setting-of-integration-...Sean Griffin2016-08-241-0/+18
|\
| * Allow the `integration_sesion` to be set early on ActionDispatch::Integration...Sam Phippen2016-08-201-0/+18
* | Return 307 status instead of 301 when rerouting POST requests to SSLChirag Singhal2016-08-221-0/+14
|/
* Push :defaults extraction down one levelRafael Mendonça França2016-08-171-0/+18
* Add three new rubocop rulesRafael Mendonça França2016-08-1620-166/+166
* Add `Style/EmptyLines` in `.rubocop.yml` and remove extra empty linesRyuta Kamizono2016-08-074-4/+0
* applies remaining conventions across the projectXavier Noria2016-08-0611-12/+1
* normalizes indentation and whitespace across the projectXavier Noria2016-08-065-29/+28
* remove redundant curlies from hash argumentsXavier Noria2016-08-067-36/+36
* modernizes hash syntax in actionpackXavier Noria2016-08-0624-621/+621
* applies new string literal convention in actionpack/testXavier Noria2016-08-0640-2942/+2942
* Merge pull request #25913 from chrisarcand/fix-keyed-defaults-with-rootRafael Mendonça França2016-07-271-0/+18
|\
| * Fix 'defaults' option for root routeChris Arcand2016-07-211-0/+18
|/
* Sort the mime types before comparingRafael Mendonça França2016-07-171-2/+2
* Check `request.path_parameters` encoding at the point they're setGrey Baker2016-07-142-16/+18
* Merge pull request #25798 from greysteil/dont-raise-unknown-http-method-low-i...Matthew Draper2016-07-141-0/+9
|\