aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_dispatch/http/request.rb
Commit message (Expand)AuthorAgeFilesLines
* Reduce String allocation when finding controller classAkira Matsuda2019-07-311-1/+1
* Use match? where we don't need MatchDataAkira Matsuda2019-07-291-2/+2
* Adds support for configuring HTTP Feature Policy (#33439)Jacob Bednarz2019-07-101-0/+1
* Allow rescue from parameter parse errorsGannon McGibbon2018-11-131-3/+0
* Add `Style/RedundantFreeze` to remove redudant `.freeze`Yasuo Honda2018-09-291-10/+10
* Add DSL for configuring Content-Security-Policy headerAndrew White2017-11-271-0/+1
* Edited comment from request.rbhaneru2017-11-031-1/+1
* [Action Pack] require => require_relativeAkira Matsuda2017-10-211-7/+7
* Implement H2 Early Hints for Railseileencodes2017-10-041-0/+17
* Update links to use https link instead of http [ci skip]Yoshiyuki Hirano2017-08-221-8/+8
* Path parameters should default to UTF8eileencodes2017-08-011-3/+6
* Make actionpack frozen string friendlyKir Shatrov2017-07-241-1/+1
* [Action Pack] `rubocop -a --only Layout/EmptyLineAfterMagicComment`Koichi ITO2017-07-111-0/+1
* Prepare AP and AR to be frozen string friendlyKir Shatrov2017-07-061-0/+1
* [Action Dispatch] require => require_relativeAkira Matsuda2017-07-011-7/+7
* [docs] fix ActionDispatch documentationHrvoje Šimić2017-03-131-7/+7
* Use proper output format [ci skip] (#27498)प्रथमेश Sonpatki2016-12-291-1/+1
* Update request.rb --ci skipShardul Parab2016-12-291-0/+3
* Document and update API for `skip_parameter_encoding`Aaron Patterson2016-12-211-1/+1
* Deprecated ActionDispatch::ParamsParser::ParamsParserRafael Mendonça França2016-10-101-1/+1
* 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