aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_dispatch/http/request.rb
Commit message (Expand)AuthorAgeFilesLines
...
* | move more `@env` access to method callsAaron Patterson2015-08-221-16/+16
* | move ORIGINAL_SCRIPT_NAME to the metaprogrammed methodsAaron Patterson2015-08-221-4/+1
* | metaprogram the HTTP_X_REQUEST_ID methodAaron Patterson2015-08-221-6/+1
* | use `body_stream` instead of getting the env value ourselvesAaron Patterson2015-08-221-1/+1
* | convert `@env` use to get / set headerAaron Patterson2015-08-221-16/+16
* | Refactor to remove controller class from route to requesteileencodes2015-08-221-0/+12
* | pass a request object to the headers objectAaron Patterson2015-08-211-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
* | 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