aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_dispatch/http
Commit message (Expand)AuthorAgeFilesLines
* 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
|/
* Merge pull request #19147 from gsamokovarov/work-around-ruby-10695Eileen M. Uchitelle2015-03-021-1/+3
|\
| * Work around for upstream Ruby bug #10685Genadi Samokovarov2015-03-011-1/+3
* | ask the routes objects for its Rack env keyAaron Patterson2015-03-021-1/+1
* | drop string allocations per model url_for call in viewsAaron Patterson2015-03-011-1/+1
|/
* Fix default headers in test responsesJeremy Kemper2015-02-251-5/+3
* fix method name in mime type example. `Mime::Type.[]` doesn't exist. [ci skip]yuuji.yaginuma2015-02-231-1/+1
* Prefer request_id over uuid and test the aliasRafael Mendonça França2015-02-201-4/+4
* Aliased the ActionDispatch::Request#uuid method with ActionDispatch::Request#...David Ilizarov2015-02-201-0/+2
* Extract `Date` header to string constant in Http Response, similar to other h...Vipul A M2015-01-141-3/+4
* Remove unneeded requiresRafael Mendonça França2015-01-041-1/+0
* Remove deprecated `ActionDispatch::Response#to_ary`Rafael Mendonça França2015-01-041-15/+0
* Remove deprecated `ActionDispatch::Request#deep_munge`Rafael Mendonça França2015-01-041-9/+0
* Remove deprecated `ActionDispatch::Http::Parameters#symbolized_path_parameters`Rafael Mendonça França2015-01-041-8/+0
* stop referencing `env` in url_forAaron Patterson2014-12-301-0/+4
* use methods on the request rather than direct hash accessAaron Patterson2014-12-301-0/+8
* Merge branch 'master' of github.com:rails/docrailsVijay Dev2014-12-201-0/+109
|\