aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_dispatch/http/request.rb
Commit message (Expand)AuthorAgeFilesLines
...
* | get the underlying REQUEST_METHOD from the superclassAaron Patterson2015-08-061-1/+1
* | 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
* | rm `deep_munge`. You will live on in our hearts (and git history)Aaron Patterson2015-07-211-7/+2
* | 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
* | 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
* | Fix method signature of `parse_query` to match rackeileencodes2015-04-061-1/+1
|/
* ask the routes objects for its Rack env keyAaron Patterson2015-03-021-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
* Remove deprecated `ActionDispatch::Request#deep_munge`Rafael Mendonça França2015-01-041-9/+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
* edit pass over all warningsXavier Noria2014-10-281-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
* 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
* LOCALHOST definition should match any 127.0.0.0/8 addressEarl J St Sauver2014-07-181-1/+1
* makes it sound less misleadingShunsukeAida2014-07-021-2/+2
* Merge pull request #15349 from tgxworld/remove_duplicated_method_callRafael Mendonça França2014-06-031-2/+2
|\
| * Remove duplicated HashWithIndifferentAccess#with_indifferent_access.Guo Xiang Tan2014-05-261-2/+2
* | move path_parameter encoding check to the request objectAaron Patterson2014-05-271-0/+11
|/
* Add RFC4791 MKCALENDAR methodkasper2014-05-151-1/+3
* [ci skip] Add documentation for original_fullpath.Lauro Caetano2014-03-111-0/+7
* Change deep_munge call to avoid deprecation warningCarlos Antonio da Silva2013-12-031-2/+2
* Deep Munge the parameters for GET and POSTMichael Koziarski2013-12-021-2/+2
* :scissors: [ci skip]Carlos Antonio da Silva2013-11-041-3/+0
* Code style for privacy indentionDavid Heinemeier Hansson2013-11-031-8/+8
* Ensure backwards compability after the #deep_munge extractionDavid Heinemeier Hansson2013-11-031-0/+10
* Normalize file parameters in same place as other parameters (ActionDispatch::...robertomiranda2013-08-141-1/+0
* Use helper method to get ENV['CONTENT_LENGTH']Paul Nikitochkin2013-07-081-1/+1
* Extract ActionDispatch::Request#deep_mungeGenadi Samokovarov2013-05-301-17/+2
* Remove mentions of "app" from http request docs [ci skip]Carlos Antonio da Silva2013-03-191-12/+10
* UTF-8 encode all keys and values in nested params hash.Teo Hui Ming2013-03-151-2/+2
* Add extra clarifying line in docs. [ci skip]Steve Klabnik2013-03-131-0/+1
* Fix docs: response -> request.Steve Klabnik2013-03-131-2/+2
* Add documentation to ActionDispatch::RequestGareth Rees2013-03-131-0/+16
* adding missing requiresAaron Patterson2013-01-091-0/+8
* * Strip nils from collections on JSON and XML posts. [CVE-2013-0155] * dealin...Aaron Patterson2013-01-081-3/+4
* Revert "Merge branch 'master-sec'"Jeremy Kemper2013-01-081-4/+3
* * Strip nils from collections on JSON and XML posts. [CVE-2013-0155] * dealin...Aaron Patterson2013-01-071-3/+4
* Needless requiresAkira Matsuda2013-01-061-4/+0
* Fix rewinding in ActionDispatch::Request#raw_postMatt Venables2012-12-111-2/+3