aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_dispatch/http/mime_negotiation.rb
Commit message (Expand)AuthorAgeFilesLines
* normalizes indentation and whitespace across the projectXavier Noria2016-08-061-13/+13
* applies new string literal convention in actionpack/libXavier Noria2016-08-061-5/+5
* Remove last uses of `@env[]` and `@env[]=`Jon Moss2016-04-281-1/+1
* 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
* 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-091-0/+9
* Use `Mime[:foo]` instead of `Mime::Type[:FOO]` for back compatJeremy Daer2015-10-061-8/+8
* Updated Mime Negotiations docs [ci skip]amitkumarsuroliya2015-09-231-4/+4
* don't deal with `nil` valuesAaron Patterson2015-09-221-0/+4
* stop calling deprecated methodsAaron Patterson2015-09-211-4/+4
* stop inheriting from Rack::RequestAaron Patterson2015-09-041-3/+3
* set cached values in the env hashAaron Patterson2015-08-211-6/+9
* stop directly accessing `@env` in mime_negotiationAaron Patterson2015-08-211-8/+8
* Add ActiveSupport::ArrayInquirer and Array#inquiryGeorge Claghorn2015-03-241-27/+2
* Provide friendlier access to request variantsGeorge Claghorn2015-03-241-7/+34
* allow reseting of request variantsTimo Schilling2014-12-161-1/+2
* Upgraded rackJarmo Isotalo2014-05-191-3/+9
* Return null type format when format is not knowRafael Mendonça França2014-04-141-1/+1
* Check if variant array contains only symbolsŁukasz Strzałkowski2014-02-131-2/+2
* Variant negotiationLukasz Strzalkowski2014-02-131-2/+4
* Move the null mime type to request.formatCarlos Antonio da Silva2013-12-231-1/+1
* Improve a couple exception messages related to variants and mime typesCarlos Antonio da Silva2013-12-031-5/+5
* Action Pack VariantsŁukasz Strzałkowski2013-12-041-0/+14
* Fix formats on xhr requests when HTTP_ACCEPT is empty stringmaximerety2013-03-041-1/+1
* Fix ActionDispatch::Request#formats when HTTP_ACCEPT header is empty stringKonstantin Papkovskiy2013-01-171-1/+1
* use `_action` instead of `_filter` callbacksFrancesco Rodriguez2012-12-071-2/+2
* Add Request#formats=(extensions) that lets you set multiple formats directly ...David Heinemeier Hansson2012-08-141-0/+21
* Add missing requires in routesBogdan Gusiev2012-04-231-0/+2
* Check Accept and Content-Type headers before evaluating them in xhr requests....ogeidix2011-07-191-1/+2
* Add ignore_accept_header config to AD::Request.José Valim2011-05-021-5/+22
* declare regex as a constantNeeraj Singh2010-11-221-1/+3
* do not assume that there is no space betweenNeeraj Singh2010-11-221-1/+1
* current code ignores http header "Accept" if itNeeraj Singh2010-11-221-1/+1
* use_accept_header is no longer supportedNeeraj Singh2010-11-211-1/+1
* escape constants that should not be linked toJoost Baaij2010-08-271-1/+1
* Slightly less annoying check for acceptable mime_types. This allows Accept: a...Paul Sadauskas2010-04-011-2/+2
* Request#content_type exists in Rack::Request, and other parts of Rack::Reques...wycats2010-03-281-2/+6
* Remove uneeded methods.José Valim2010-03-101-15/+0
* Split ActionDispatch http in smaller chunks.José Valim2010-01-161-0/+101