aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_dispatch/http
Commit message (Expand)AuthorAgeFilesLines
...
* | 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
* | move request id manipulation to the request objectAaron Patterson2015-05-221-1/+13
* | Spelling/typo/grammatical fixes [ci skip]karanarora2015-05-231-1/+1
* | Use ruby 1.9 lambda syntax in documentations [ci skip]Mehmet Emin İNAÇ2015-05-031-1/+1
|/
* Fix method signature of `parse_query` to match rackeileencodes2015-04-061-1/+1
* Add ActiveSupport::ArrayInquirer and Array#inquiryGeorge Claghorn2015-03-241-27/+2
* Provide friendlier access to request variantsGeorge Claghorn2015-03-241-7/+34
* Fix handling of empty X_FORWARDED_HOST header.adam2015-03-201-1/+1
* Merge pull request #19215 from gsamokovarov/revert-ruby-2-2-0-kwarg-crash-wor...Sean Griffin2015-03-051-3/+1
|\
| * Revert work arounds for upstream Ruby 2.2.0 kwargs bugGenadi Samokovarov2015-03-051-3/+1
* | nodoc filtered_location [ci skip]Sushruth Sivaramakrishnan2015-03-051-1/+1
|/