aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib
Commit message (Expand)AuthorAgeFilesLines
* always default the SCRIPT_NAME to whatever is on the controllerAaron Patterson2015-07-101-1/+1
* remove useless ivar clearingAaron Patterson2015-07-101-6/+0
* call the `path_parameters=` setter rather than rely on mutationsAaron Patterson2015-07-101-1/+3
* start collecting `env` mutationsAaron Patterson2015-07-101-5/+3
* Parameters are converted to a query stringAaron Patterson2015-07-101-17/+0
* no more HWIAAaron Patterson2015-07-101-1/+1
* remove param dup'ing logicAaron Patterson2015-07-101-8/+0
* encode / decode parameters before assigning them to the requestAaron Patterson2015-07-101-5/+58
* start disconnecting the parameter parser from the instanceAaron Patterson2015-07-101-3/+3
* drop a conditional by always assigningAaron Patterson2015-07-101-6/+5
* drop runtime conditionals in parameter parsingAaron Patterson2015-07-091-13/+9
* set parameters as a query stringAaron Patterson2015-07-091-6/+9
* build and assign parameters rather than rely on mutationsAaron Patterson2015-07-081-1/+15
* assign the cookie hash on request allocationAaron Patterson2015-07-082-2/+2
* request objects are no longer recycledAaron Patterson2015-07-081-10/+8
* add a new constructor for allocating test requestsAaron Patterson2015-07-083-20/+22
* make `env` a required parameterAaron Patterson2015-07-081-1/+1
* pass the starting env and session to build_requestAaron Patterson2015-07-082-4/+4
* pass the session and env in to the test requestAaron Patterson2015-07-081-4/+8
* let the superclass build the request and responseAaron Patterson2015-07-081-1/+1
* remove useless `new` implementationAaron Patterson2015-07-081-4/+0
* allocate new responses rather than recycling themAaron Patterson2015-07-081-12/+5
* pass cookies from the jar in the HTTP_COOKIE headereileencodes2015-07-072-17/+11
* Send cookies with requesteileencodes2015-07-073-2/+9
* Merge pull request #13897 from gmalette/nested-parameter-filtering-2Arthur Nogueira Neves2015-07-061-7/+17
|\
| * Allow filtering params based on parent keysGuillaume Malette2015-06-221-7/+17
* | Refactor cookie_jar to decouple it from request objecteileencodes2015-07-051-7/+3
* | [ci skip] Don't use TrueClass, FalseClass in docsclaudiob2015-07-021-6/+0
* | [ci skip] Improve the url_for documentationRoque Pinel2015-07-011-3/+19
* | Merge pull request #20276 from davetron5000/revert-head-on-no-templateKasper Timm Hansen2015-06-271-2/+17
|\ \
| * | Override default_render's behavior with a blockDave Copeland2015-06-201-2/+17
* | | Merge pull request #20664 from vngrs/remove_mistaken_end_from_docClaudio B.2015-06-221-1/+1
|\ \ \
| * | | Remove mistaken end from controller_path doc [ci skip]Mehmet Emin İNAÇ2015-06-221-1/+1
| | |/ | |/|
* | | Merge pull request #19431 from hmarr/head-routingRafael Mendonça França2015-06-221-1/+2
|\ \ \ | |/ / |/| |
| * | Respect routing precedence for HEAD requestsHarry Marr2015-03-201-1/+2
* | | Merge pull request #20659 from vngrs/strong_parameters_unpermitted_parameters...Yves Senn2015-06-221-2/+4
|\ \ \
| * | | Fix the documentation about ActionController::UnpermittedParameters [ci skip]Mehmet Emin İNAÇ2015-06-221-2/+4
|/ / /
* | / Fix the documentation about ActionController::ParameterMissing [ci skip]Mehmet Emin İNAÇ2015-06-221-5/+5
| |/ |/|
* | Revert "Merge pull request #20584 from arthurnn/fix_url"Arthur Neves2015-06-171-8/+4
* | Merge pull request #20584 from arthurnn/fix_urlArthur Nogueira Neves2015-06-161-4/+8
|\ \
| * | Catch InvalidURIError on bad paths on redirect.Arthur Neves2015-06-161-4/+8
* | | Fix the comment about attr_reader of headers [ci skip]Mehmet Emin İNAÇ2015-06-161-1/+1
|/ /
* | remove `header=` on the response object.Aaron Patterson2015-06-152-13/+14
* | set the default charset in response initializeAaron Patterson2015-06-151-4/+12
* | Deprecate passing hash as first parameter into ActionController::HeadMehmet Emin İNAÇ2015-06-151-2/+12
* | A few documentation edits [ci skip]Robin Dupret2015-06-152-10/+12
* | Merge pull request #20559 from mtsmfm/fix-header-modification-by-sslGuillermo Iguaran2015-06-141-1/+1
|\ \
| * | ActionDispatch::SSL should keep original header's behaviorFumiaki MATSUSHIMA2015-06-141-1/+1
* | | Merge pull request #20558 from prathamesh-sonpatki/missing-header-wordKasper Timm Hansen2015-06-141-1/+1
|\ \ \ | |/ / |/| |
| * | Add missing "header" word in documentation of Token#authentication_request [...Prathamesh Sonpatki2015-06-141-1/+1