aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_dispatch/http/mime_negotiation.rb
Commit message (Expand)AuthorAgeFilesLines
* Use match? where we don't need MatchDataAkira Matsuda2019-07-271-1/+1
* Add `Vary: Accept` header when renderingst00122019-07-261-7/+11
* Enable `Layout/EmptyLinesAroundAccessModifier` copRyuta Kamizono2019-06-131-1/+0
* Only accept formats from registered mime typesJohn Hawthorn2019-03-101-0/+5
* Allow rescue from parameter parse errorsGannon McGibbon2018-11-131-1/+6
* Permit list usage cleanup and clearer documentationKevin Deisz2018-08-271-4/+1
* Convert over the rest of the whitelist referencesKevin Deisz2018-08-241-1/+1
* Remove mention of X-Post-Data-Format header [ci skip]Eugene Kenny2017-10-281-3/+0
* Use frozen string literal in actionpack/Kir Shatrov2017-07-291-0/+2
* Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"Matthew Draper2017-07-021-1/+0
* Enforce frozen string in RubocopKir Shatrov2017-07-011-0/+1
* Use mattr_accessor default: option throughout the projectGenadi Samokovarov2017-06-031-2/+1
* Small grammar fixJon Moss2017-03-221-2/+1
* [docs] fix ActionDispatch documentationHrvoje Šimić2017-03-131-3/+2
* Privatize unneededly protected methods in Action PackAkira Matsuda2016-12-241-4/+4
* Don't error on an empty CONTENT_TYPEJon Moss2016-11-101-2/+2
* 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