aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_dispatch/http/mime_negotiation.rb
Commit message (Expand)AuthorAgeFilesLines
* 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