aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_dispatch/http/request.rb
Commit message (Expand)AuthorAgeFilesLines
* 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
* give access to the original exception raised in case of a parse errorAaron Patterson2012-10-251-2/+2
* do not lose backtrace information from the raised exceptionAaron Patterson2012-10-251-10/+6
* eagerly populate the http method loookup cache so we don't need locksAaron Patterson2012-10-181-1/+7
* Properly reset the session on reset_sessionSteve Klabnik2012-08-311-2/+5
* initialize instance variablesAaron Patterson2012-08-091-0/+11
* Remove ActionDispatch::Head middleware in favor of Rack::HeadSantiago Pastorino2012-07-231-2/+2
* These lines don't help to mitigate CVE. They only turn [nil] into nil, w/o th...Egor Homakov2012-06-131-3/+0
* Array parameters should not contain nil values.Aaron Patterson2012-06-121-2/+4
* Strip [nil] from parameters hash.Aaron Patterson2012-05-301-0/+22
* Raise ActionController::BadRequest for malformed parameter hashes.Andrew White2012-05-201-3/+10
* Autoload ActionDispatch::Request::Session to avoid circular require.Andrew White2012-05-131-1/+2
* bread AD::Request::Session to it's own file, consolidate HASH OF DOOM lookupsAaron Patterson2012-05-031-2/+3
* Revert "Return an actual boolean from xml_http_request?"Xavier Noria2012-03-251-1/+1
* Return an actual boolean from xml_http_request?Tim Pope2012-03-231-1/+1
* reduced localhost check to two method callsAaron Patterson2012-02-281-2/+3
* Add config.default_method_for_update to support PATCHDavid Lee2012-02-221-0/+6
* remove checks for encodings availabilitySergey Nartimov2011-12-251-1/+1
* Add original_fullpath and original_url methods to RequestPiotr Sarnacki2011-12-211-0/+8
* Remove dead broken code from AD::RequestJosé Valim2011-12-081-8/+0
* Fix ActionDispatch::Request method explanationsTravis Pew2011-11-281-5/+5
* refactor RemoteIp middlewareAndre Arko2011-11-111-18/+1
* Added X-Request-Id tracking and TaggedLogging to easily log that and other pr...David Heinemeier Hansson2011-10-191-0/+10
* document meta methodVijay Dev2011-08-041-3/+3
* TODO fix explicitly loading exceptations, autoload removedVishnu Atrai2011-07-111-0/+1
* Merge branch 'master' of git://github.com/lifo/docrailsXavier Noria2011-05-251-3/+3
|\