aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_dispatch/http
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * Add docs for ActionDispatch::Http::URL methodsclaudiob2014-12-181-0/+109
* | allow reseting of request variantsTimo Schilling2014-12-161-1/+2
|/
* ParameterFilter shouldn't try to dup symbol keysNate Berkopec2014-12-131-1/+1
* Pass symbol as an argument instead of a blockErik Michaels-Ober2014-11-291-1/+1
* Anchor should not be appended when set to nil/false.Guo Xiang Tan2014-11-231-1/+3
* edit pass over all warningsXavier Noria2014-10-283-5/+5
* let's warn with heredocsXavier Noria2014-10-281-1/+7
* remove duplicate method (_status_code) in action_dispatchAbdelkader Boudih2014-10-191-3/+0
* Make _status_code methods nodocPrathamesh Sonpatki2014-10-191-1/+1
* Request#check_method no longer breaks when :en is not available localeStefan Henzen2014-10-091-1/+1
* Rescue Rack::Utils::ParameterTypeError instead of TypeErrorYuki Nishijima2014-09-131-2/+2
* [ci skip]Correct variables in the sample codesuginoy2014-09-101-2/+2
* Add support for Rack::ContentLength middelwareJavan Makhmali2014-09-061-0/+4
* Deprecate implicit AD::Response splatting and Array conversionJeremy Kemper2014-09-061-2/+13
* Avoid duplicating routes for HEAD requests.Guo Xiang Tan2014-08-211-0/+6
* Protect against error when parsing parameters with Bad RequestRafael Mendonça França2014-08-191-2/+2
* use 'based on' instead of 'based off' [ci skip]Akshay Vishnoi2014-08-121-1/+1