aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/dispatch
Commit message (Expand)AuthorAgeFilesLines
...
* 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
|\
| * Don't raise ActionController::UnknownHttpMethod from ActionDispatch::StaticGrey Baker2016-07-131-0/+9
* | Merge pull request #25771 from kaspth/make-test-response-assign-response-parserKasper Timm Hansen2016-07-131-0/+8
|\ \ | |/ |/|
| * Let TestResponse assign a parser.Kasper Timm Hansen2016-07-101-0/+8
* | Handle `Rack::QueryParser` errors in `ActionDispatch::ExceptionWrapper`Grey Baker2016-07-121-0/+6
|/
* Add tests for 1xx, 204 and 304 responses to response_test.rbMasaru Nomura2016-07-091-0/+20
* Deprecate usage of nil as route pathVolmer2016-07-051-0/+7
* Ensure logging on exceptions only includes what we expectMatthew Draper2016-07-021-0/+23
* Fix setting route's to in a scopePiotr Jakubowski2016-06-281-0/+12
* Merge pull request #25123 from bf4/remove_problematic_mime_testRafael França2016-06-271-3/+3
|\
| * Modifies mime-registration test not to interfere with real mime typesBenjamin Fleischer2016-05-231-3/+3
* | existant => existentAbhishek Jain2016-06-091-2/+2
* | Prevent `{ internal: true }` from being stored in the routerJon Moss2016-06-071-0/+30
* | Merge pull request #25236 from rajatbansal93/fix-typoArun Agrawal2016-06-011-5/+5
|\ \
| * | fix typoRajat Bansal2016-06-011-5/+5
| |/
* / More Action Pack `abstract_unit` cleanup (#25211)Jon Moss2016-05-311-0/+2
|/
* Document and test ActionDispatch server_portTom Kadwill2016-05-121-0/+11
* Merge pull request #24982 from tomkadwill/improve_clarity_of_raw_host_with_portKasper Timm Hansen2016-05-111-0/+20
|\
| * Improve documentation and tests for raw_host_with_port and host_with_portTom Kadwill2016-05-111-0/+20
* | Merge pull request #24912 from prathamesh-sonpatki/api-fix-response-formatSantiago Pastorino2016-05-111-32/+50
|\ \
| * | API only apps: Preserve request format for HTML requests tooPrathamesh Sonpatki2016-05-111-32/+50
* | | Merge pull request #24896 from prathamesh-sonpatki/api-cleanupGuillermo Iguaran2016-05-061-7/+0
|\ \ \
| * | | BoomerAPI is not used anywhere, so removed it!Prathamesh Sonpatki2016-05-061-7/+0
| |/ /
* | | Merge pull request #24029 from rthbound/dont-call-each-when-calling-body-on-r...Sean Griffin2016-05-062-1/+34
|\ \ \ | |/ / |/| |
| * | Fixes #23964Ryan T. Hosford2016-03-132-1/+34