aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/dispatch
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | Ensure compatibility between ActionDispatch::Request::Session and RackJon Moss2016-05-041-0/+26
* | | Remove last uses of `@env[]` and `@env[]=`Jon Moss2016-04-281-0/+27
* | | Merge pull request #23103 from rails/refactor-handling-of-action-defaultJeremy Daer2016-04-242-12/+52
|\ \ \ | |_|/ |/| |
| * | Refactor handling of :action default in routingAndrew White2016-02-162-12/+52
* | | Merge pull request #24031 from samphilipd/sam/do_not_clobber_options_in_route...Jeremy Daer2016-04-191-0/+13
|\ \ \
| * | | Do not destructively mutate passed options hash in route definitionsSam Davies2016-03-031-0/+13
* | | | Strong ETag validatorsJeremy Daer2016-03-312-20/+50
| |_|/ |/| |
* | | Rename constrain_to to exclude.Kasper Timm Hansen2016-03-031-4/+4
|/ /
* | [ci skip] Use rails routes instead of rake routes in inspector test descriptionAbhishek Jain2016-03-021-9/+9
* | Merge pull request #23980 from rails/deprecate-controller-action-segmentsAndrew White2016-03-019-35/+101
|\ \
| * | Deprecate :controller and :action path parametersAndrew White2016-03-019-35/+101
* | | Publish AS::Executor and AS::Reloader APIsMatthew Draper2016-03-023-24/+191
|/ /
* | add `constraint_to` option to SSL middlewareGreg Molnar2016-02-281-0/+7
* | Merge pull request #23852 from prathamesh-sonpatki/hsts-subdomainsRafael França2016-02-251-7/+16
|\ \
| * | Added deprecation for older appsPrathamesh Sonpatki2016-02-251-7/+16
* | | Revert "Merge pull request #20851 from tomprats/indifferent-sessions"Matthew Draper2016-02-261-10/+0
* | | Revert "Update Session to utilize indiffernt access"Matthew Draper2016-02-266-118/+1
|/ /
* | Added a test for generating Strong ETagPrathamesh Sonpatki2016-02-241-0/+8
* | Merge pull request #20851 from tomprats/indifferent-sessionsRafael Mendonça França2016-02-246-0/+127
|\ \
| * | Update Session to utilize indiffernt accessTom Prats2016-01-306-1/+118
| * | Update session to have indifferent accessTom Prats2016-01-291-0/+10
* | | Add `internal` attribute to routesJon Moss2016-02-221-0/+23
* | | Make sure we unregister the mime type before registeringRafael Mendonça França2016-02-221-10/+22
* | | Use symbol of mime type instead of object to get correct parserMehmet Emin İNAÇ2016-02-221-0/+16
* | | Fix typoRafael Mendonça França2016-02-171-1/+1
* | | Merge pull request #23712 from bf4/incorrect_to_accept_json_api_and_not_rende...Rafael França2016-02-171-9/+2
|\ \ \
| * | | The JSON API media type should only work wih a JSON API handlerBenjamin Fleischer2016-02-161-9/+2
| | |/ | |/|
* / | application/gzip added as default mime type into mime type listMehmet Emin İNAÇ2016-02-131-1/+1
|/ /
* / Add options for rake routes taskVipul A M2016-02-021-7/+27
|/
* Merge pull request #23140 from rails/fix-search-for-custom-routesAaron Patterson2016-01-201-0/+63
|\