aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_dispatch/http
Commit message (Expand)AuthorAgeFilesLines
* Add documentation for #13897 [skip ci]Bart de Water2016-02-291-3/+9
* Fix `request.ssl?` bug with Action CableJon Moss2016-02-231-0/+4
* Transform the mime object to symbol when registering the parsersRafael Mendonça França2016-02-221-4/+13
* Use symbol of mime type instead of object to get correct parserMehmet Emin İNAÇ2016-02-221-2/+2
* Merge pull request #23712 from bf4/incorrect_to_accept_json_api_and_not_rende...Rafael França2016-02-171-1/+1
|\
| * The JSON API media type should only work wih a JSON API handlerBenjamin Fleischer2016-02-161-1/+1
* | application/gzip added as default mime type into mime type listMehmet Emin İNAÇ2016-02-131-0/+1
|/
* Add SVG as a default mime typeDavid Heinemeier Hansson2016-02-071-0/+1
* add missing requireAaron Patterson2016-02-051-0/+1
* Add documentation for #17573Jon Moss2016-02-011-0/+8
* Add additional documentation on Headers#[] [ci skip]Tawan Sierek2016-01-291-1/+15
* speed up accept header parsing a bit.Aaron Patterson2016-01-281-8/+11
* convert AcceptList to a regular classAaron Patterson2016-01-281-20/+19
* remove == from AcceptItemAaron Patterson2016-01-271-6/+7
* remove useless private methodsAaron Patterson2016-01-271-13/+9
* change `@app_xml_idx` to an lvar and cache it on the stackAaron Patterson2016-01-271-16/+10
* change `@text_xml_idx` to an lvar and cache it on the stackAaron Patterson2016-01-271-13/+11
* Merge branch '5-0-beta-sec'Aaron Patterson2016-01-251-2/+16
|\
| * stop caching mime types globallyAaron Patterson2016-01-221-2/+16
* | Response etags to always be weak: Prefixed W/ to value returned by ActionDisp...abhishek2016-01-201-1/+1
* | Space OddityAkira Matsuda2016-01-142-2/+2
* | Commit before freezing the headersMatthew Draper2016-01-122-1/+8
* | Format from Accept headers have higher precedence than path extension formatJorge Bejar2015-12-291-2/+2
* | Rely on default Mime format when MimeNegotiation#format_from_path_extension i...Jorge Bejar2015-12-291-3/+3
* | Remember the parameter hash we returnMatthew Draper2015-12-221-1/+1
|/
* Avoid calling AD::MimeNegotiation#format_from_path_extension method twiceJorge Bejar2015-12-091-2/+2
* Do not add format key to request_paramsJorge Bejar2015-12-092-17/+11
* Improve regexp in AC::Http::ParametersJorge Bejar2015-12-091-1/+1
* Response when error should be formatted properly in Rails API if local requestJorge Bejar2015-12-091-3/+3
* Use URL path extension as format in bad params exception handlingJorge Bejar2015-12-081-2/+17
* Only commit the cookie jar if it hasn't been committedeileencodes2015-12-061-1/+1
* Stop violating law of demeter in response cookie_jareileencodes2015-12-062-1/+4
* Push `before_sending` to super classeileencodes2015-12-062-0/+6
* Shrink a couple of deprecation warnings to one-linersMatthew Draper2015-12-061-18/+8
* Merge pull request #21241 from pdg137/masterArthur Nogueira Neves2015-11-261-1/+2
|\
| * In url_for, never append ? when the query string is empty anyway.Paul Grayson2015-10-291-1/+2
* | 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-032-4/+4
| |/ |/|
* | Remove dead codeRafael Mendonça França2015-10-281-5/+0
* | Catch invalid UTF-8 querystring values and respond with BadRequestGrey Baker2015-10-231-1/+4
* | Merge pull request #22003 from yui-knk/remove_needless_require_asYves Senn2015-10-201-1/+0
|\ \
| * | Delete needless `require 'active_support/deprecation'`yui-knk2015-10-201-1/+0
* | | Show helpful messages on invalid param. encodingsAgis Anastasopoulos2015-10-191-3/+3
|/ /
* | use methods for accessing the cache control headersAaron Patterson2015-10-062-6/+9
* | etag header is in Rack, so use it's response methodsAaron Patterson2015-10-061-6/+2
* | Use `Mime[:foo]` instead of `Mime::Type[:FOO]` for back compatJeremy Daer2015-10-065-51/+46
* | move file sending to the response objectAaron Patterson2015-10-051-1/+39