aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_dispatch/http
Commit message (Expand)AuthorAgeFilesLines
* metaprogram the HTTP_X_REQUEST_ID methodAaron Patterson2015-08-221-6/+1
* use `body_stream` instead of getting the env value ourselvesAaron Patterson2015-08-221-1/+1
* convert `@env` use to get / set headerAaron Patterson2015-08-221-16/+16
* use get / set header to avoid depending on the `env` ivarAaron Patterson2015-08-221-11/+14
* Refactor to remove controller class from route to requesteileencodes2015-08-221-0/+12
* set cached values in the env hashAaron Patterson2015-08-211-6/+9
* stop directly accessing `@env` in mime_negotiationAaron Patterson2015-08-211-8/+8
* use public API to fetch the parameter filterAaron Patterson2015-08-211-2/+2
* use methods on the request object to implement `fetch`Aaron Patterson2015-08-211-2/+8
* dup the env hash on Header#envAaron Patterson2015-08-211-1/+1
* use accessors on the request object for manipulating envAaron Patterson2015-08-211-3/+3
* use `set_header` rather than []=Aaron Patterson2015-08-211-1/+1
* dup the request and mutate its headers object.Aaron Patterson2015-08-211-2/+2
* pass a request object to the headers objectAaron Patterson2015-08-212-10/+16
* Simplify codeMarcin Olichwirowicz2015-08-131-5/+4
* Avoid unnecessary MatchData objectsMarcin Olichwirowicz2015-08-131-1/+1
* deprecate the env method on controller instancesAaron Patterson2015-08-071-1/+1
* stop using @_env in the controller instanceAaron Patterson2015-08-071-0/+8
* refactor param parsing middleware to use request objectsAaron Patterson2015-08-071-0/+8
* Fix documentation on ActionDispatch::RequestGabriel Sobrinho2015-08-061-1/+1
* use a request object to access info from env in GetIpAaron Patterson2015-08-061-1/+7
* ask the request if we should show exceptionsAaron Patterson2015-08-061-0/+7
* prevent string allocationsAaron Patterson2015-08-061-1/+1
* get the underlying REQUEST_METHOD from the superclassAaron Patterson2015-08-061-1/+1
* Merge pull request #21131 from eagletmt/percent-filenameRafael Mendonça França2015-08-061-1/+7
|\
| * Assume uploaded filename is UTF-8Kohei Suzuki2015-08-051-1/+7
* | routes in the env via the request objectAaron Patterson2015-08-051-0/+4
* | allocate a request object to avoid hash allocationsAaron Patterson2015-08-051-0/+4
|/
* Tiny documentation edits [ci skip]Robin Dupret2015-07-281-1/+1
* Merge pull request #20590 from vngrs/set_default_charsetRafael Mendonça França2015-07-271-6/+6
|\
| * Document, refactor and create test case for ActionDispatch::Response#charset=...Mehmet Emin İNAÇ2015-06-171-6/+6
* | rm `deep_munge`. You will live on in our hearts (and git history)Aaron Patterson2015-07-211-7/+2
* | push param encoding in to the utils moduleAaron Patterson2015-07-211-14/+1
* | recurse for arrays in `normalize_encode_params`Aaron Patterson2015-07-211-5/+3
* | Freeze string literals when not mutated.schneems2015-07-192-5/+5
* | Stop using deprecated `render :text` in testPrem Sichanugrist2015-07-171-1/+1
* | move buffer caching on to the bufferAaron Patterson2015-07-131-3/+11
* | added description instead of remove usage [ci skip]Julio Lopez2015-07-111-1/+1
* | Allow filtering params based on parent keysGuillaume Malette2015-06-221-7/+17
* | 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
* A few documentation tweaks [ci skip]Robin Dupret2015-06-071-2/+2
* Remove already defined methods in super class of ActionDispatch::Request classMehmet Emin İNAÇ2015-05-281-36/+0
* Merge pull request #20329 from EduardoBautista/json-api-supportRafael Mendonça França2015-05-271-1/+1
|\
| * Add application/vnd.api+json alias to the JSON MIME Type.Eduardo Bautista2015-05-271-1/+1
* | Documentation for ActionDispatch::Request form_data? method [ci skip]Mehmet Emin İNAÇ2015-05-271-0/+2
* | Add missing nodocs and docs for ActionDispatch::Request [ci skip]Mehmet Emin İNAÇ2015-05-261-3/+5
* | Use memoization while accessing request headers for minimizing memory usageMehmet Emin İNAÇ2015-05-251-1/+1
|/
* remove useless ivarAaron Patterson2015-05-231-1/+0