aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_dispatch
Commit message (Expand)AuthorAgeFilesLines
* 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
* Don't set a nil Set-Cookie header when there aren't any cookies. Omit the hea...Jeremy Daer2015-10-011-1/+3
* 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
* | inherit from our AbstractStoreAaron Patterson2015-09-251-5/+1
* | pull the flash methods in to their own moduleAaron Patterson2015-09-252-34/+41
* | commit the flash after the controller finishes being servicedAaron Patterson2015-09-252-25/+16
* | move flash committing to the request object.Aaron Patterson2015-09-252-12/+16
|/
* Fix deprecated mime types via constantsamitkumarsuroliya2015-09-251-5/+5
* build the Set-Cookie header functionallyAaron Patterson2015-09-241-5/+18
* 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-232-7/+11
* Updated Mime Negotiations docs [ci skip]amitkumarsuroliya2015-09-231-4/+4
* ask the request object for the sessionAaron Patterson2015-09-221-1/+1
* 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-215-9/+9
* deprecate accessing mime types via constantsAaron Patterson2015-09-213-7/+55
* cache the new type object on the stackAaron Patterson2015-09-211-2/+2
* Update routing.rbHarry V. Kiselev2015-09-201-0/+1
* TypppoAkira Matsuda2015-09-211-3/+3
* remove the request parameter from `parse_formatted_parameters`Aaron Patterson2015-09-182-6/+6
* do not instantiate a param parser middlewareAaron Patterson2015-09-181-6/+2
* push the parameter parsers on to the classAaron Patterson2015-09-183-37/+37
* stop eagerly parsing parametersAaron Patterson2015-09-181-2/+0
* only wrap the strategy with exception handlingAaron Patterson2015-09-181-9/+10
* pull `normalize_encode_params` upAaron Patterson2015-09-182-4/+3
* remove the `default` parameter from the parser methodAaron Patterson2015-09-181-8/+5
* move parameter parsing to the request objectAaron Patterson2015-09-182-22/+37
* File encoding is defaulted to utf-8 in Ruby >= 2.1Akira Matsuda2015-09-183-6/+0
* fewer direct env manipulationsAaron Patterson2015-09-151-1/+1
* `rack_response` should use the status it's givenAaron Patterson2015-09-141-1/+1
* Fix HSTS default expire in ActionDispatch::SSL docs.Pedro Nascimento2015-09-141-1/+2
* Update documentation to reflect Rack::Session::Abstract changeseileencodes2015-09-091-1/+1
* mime_type will always return a stringAaron Patterson2015-09-081-2/+1
* remove `parse_content_type` parameterAaron Patterson2015-09-081-6/+7
* avoid allocations when there is no content type setAaron Patterson2015-09-081-1/+2
* handle implicit rendering correctlyAaron Patterson2015-09-081-3/+4
* remove mime type lookups when parsing the content typeAaron Patterson2015-09-081-5/+5
* refactor content type settingAaron Patterson2015-09-081-44/+39
* make Content-Type header the canonical location for content-type infoAaron Patterson2015-09-081-34/+50
* pull content type parsing in to a methodAaron Patterson2015-09-081-7/+15
* Push key_generator into SerializedCookieJarsKasper Timm Hansen2015-09-081-4/+4