aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_dispatch/http/request.rb
Commit message (Expand)AuthorAgeFilesLines
* Add three new rubocop rulesRafael Mendonça França2016-08-161-1/+1
* Allow specifying encoding of parameters by actionKerri Miller2016-08-091-0/+1
* applies new string literal convention in actionpack/libXavier Noria2016-08-061-33/+33
* Check `request.path_parameters` encoding at the point they're setGrey Baker2016-07-141-12/+0
* Fix request.reset_session for API controllersJon Moss2016-03-191-1/+0
* Fix `request.ssl?` bug with Action CableJon Moss2016-02-231-0/+4
* Space OddityAkira Matsuda2016-01-141-1/+1
* Stop violating law of demeter in response cookie_jareileencodes2015-12-061-0/+3
* Push `before_sending` to super classeileencodes2015-12-061-0/+4
* Merge pull request #22263 from mastahyeti/csrf-origin-checkRafael França2015-11-261-2/+2
|\
| * Add option to verify Origin header in CSRF checksBen Toews2015-11-251-2/+2
* | Merge pull request #17928 from sergey-alekseev/remove-unused-form-data-methodSean Griffin2015-11-231-3/+9
|\ \ | |/ |/|
| * write a test for `#form_data?`Sergey Alekseev2015-03-311-1/+9
* | Deprecate exception#original_exception in favor of exception#causeYuki Nishijima2015-11-031-2/+2
* | Catch invalid UTF-8 querystring values and respond with BadRequestGrey Baker2015-10-231-1/+4
* | Show helpful messages on invalid param. encodingsAgis Anastasopoulos2015-10-191-3/+3
* | pull the flash methods in to their own moduleAaron Patterson2015-09-251-0/+3
* | commit the flash after the controller finishes being servicedAaron Patterson2015-09-251-15/+0
* | move flash committing to the request object.Aaron Patterson2015-09-251-0/+15
* | remove the request parameter from `parse_formatted_parameters`Aaron Patterson2015-09-181-1/+1
* | push the parameter parsers on to the classAaron Patterson2015-09-181-25/+0
* | only wrap the strategy with exception handlingAaron Patterson2015-09-181-9/+10
* | pull `normalize_encode_params` upAaron Patterson2015-09-181-2/+2
* | remove the `default` parameter from the parser methodAaron Patterson2015-09-181-8/+5
* | move parameter parsing to the request objectAaron Patterson2015-09-181-1/+34
* | fewer direct env manipulationsAaron Patterson2015-09-151-1/+1
* | stop inheriting from Rack::RequestAaron Patterson2015-09-041-3/+5
* | Merge pull request #21483 from justanshulsharma/add-ip6-addressEileen M. Uchitelle2015-09-031-1/+1
|\ \
| * | [ci skip] Added localhost IPv6Anshul Sharma2015-09-031-1/+1
* | | add a method for getting the http auth saltAaron Patterson2015-08-291-0/+4
* | | Code cleanupMarcin Olichwirowicz2015-08-271-2/+2
|/ /
* | always return a controller class from the `controller_class` methodAaron Patterson2015-08-251-6/+13
* | Remove unused block argumentsAnshul Sharma2015-08-251-1/+1
* | remove more direct access to `env`Aaron Patterson2015-08-241-1/+2
* | stop using `@env` in the GET / POST methodsAaron Patterson2015-08-241-2/+7
* | use a request object in the session middlewareAaron Patterson2015-08-221-2/+2
* | 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