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