aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_dispatch/http
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* | Merge branch 'master' of github.com:rails/docrailsVijay Dev2015-10-041-2/+2
|\ \
| * | Revert "proper raise ArgumentError, divided large text new line"Rafael Mendonça França2015-09-281-3/+3
| * | proper raise ArgumentError, divided large text new lineGaurav Sharma2015-09-291-3/+3
| * | Renamed ‘Return’ to ‘Returns’ [ci skip]Ronak Jangir2015-09-281-2/+2
* | | Introduce `Headers#add`. Move `Response#add_header` upstream.Jeremy Daer2015-10-033-23/+8
* | | Response#add_header for adding to multi-valued headers like VaryJeremy Daer2015-10-011-0/+20
* | | Merge pull request #21768 from Gaurav2728/gaurav-doc_fix_for_mimeRafael Mendonça França2015-09-251-1/+1
|\ \ \
| * | | fix Mime type in doc since mime types via constants is deprecated [ci skip]Gaurav Sharma2015-09-261-1/+1
* | | | 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
|/ / /
* | | Fix deprecated mime types via constantsamitkumarsuroliya2015-09-251-5/+5
* | | move the Header hash to the super classAaron Patterson2015-09-241-1/+24
* | | mutate headers before committing the responseAaron Patterson2015-09-241-2/+8
* | | stop applying default headers in ActionDispatch::ResponseAaron Patterson2015-09-231-6/+10
* | | Updated Mime Negotiations docs [ci skip]amitkumarsuroliya2015-09-231-4/+4
* | | don't deal with `nil` valuesAaron Patterson2015-09-221-0/+4
* | | drop array allocations on Mime::Type#=~Aaron Patterson2015-09-211-3/+1
* | | remove another `blank?` callAaron Patterson2015-09-211-1/+1
* | | remove html_types setAaron Patterson2015-09-211-6/+2
* | | introduce an `All` mime typeAaron Patterson2015-09-212-1/+7
* | | remove `blank?` calls on `==`Aaron Patterson2015-09-211-1/+1
* | | change inheritance to compositionAaron Patterson2015-09-211-14/+24
* | | stop calling deprecated methodsAaron Patterson2015-09-213-7/+7
* | | deprecate accessing mime types via constantsAaron Patterson2015-09-213-7/+55
* | | cache the new type object on the stackAaron Patterson2015-09-211-2/+2
* | | remove the request parameter from `parse_formatted_parameters`Aaron Patterson2015-09-182-6/+6
* | | push the parameter parsers on to the classAaron Patterson2015-09-182-25/+35
* | | 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