aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_dispatch/http/mime_type.rb
Commit message (Expand)AuthorAgeFilesLines
...
* Correctly handle single media with q value. Fixes #736.Scott W. Bradley2012-02-061-1/+3
* Allow symbols to be passed for extension aliasesJustin Campbell2011-12-171-1/+1
* Implement Mime::Type#respond_to? (consistently with #method_missing)Evgeniy Dolzhenko2011-09-251-0/+4
* Remove extra white spaces on ActionPack docs.Sebastian Martinez2011-05-231-2/+2
* Use Mime::Type references.José Valim2011-02-081-1/+5
* Merge branch 'master' of git://github.com/lifo/docrailsXavier Noria2010-12-051-2/+2
|\
| * Fix mime type doc typosCarlos Antonio da Silva2010-12-041-2/+2
* | Fix tests on 1.9.2.José Valim2010-11-281-6/+9
* | trailing star mimes should respect the order in which mime types are defined.José Valim2010-11-281-7/+11
|/
* process text/* if it appears in the middle ofNeeraj Singh2010-11-251-1/+5
* processing image/* is an odditity because there isNeeraj Singh2010-11-251-1/+1
* unregister method implementation and testNeeraj Singh2010-11-251-0/+12
* remove select, collect and then inject withNeeraj Singh2010-11-221-1/+1
* string include method is 10x faster than creatingNeeraj Singh2010-11-221-1/+1
* Compile regex only onceNeeraj Singh2010-11-221-3/+5
* implement code that handles text/*, appplication/*,Neeraj Singh2010-11-221-1/+16
* Deletes trailing whitespaces (over text files only find * -type f -exec sed '...Santiago Pastorino2010-08-141-10/+10
* Fix a bunch of minor spelling mistakesEvgeniy Dolzhenko2010-06-111-1/+1
* adds missing requires for Object#blank? and Object#present?Xavier Noria2010-03-281-0/+1
* Clean up Mime::Type and remove deprecated stuff (from 2.3).José Valim2010-03-201-7/+1
* Make sure evalled method knows where it came fromYehuda Katz2009-12-291-2/+2
* Silence some trivial warnings: shadowed local vars, indentation mismatchesJeremy Kemper2009-12-281-1/+1
* Reduce TextTemplate cost for simple casesYehuda Katz2009-10-281-0/+1
* Avoid super in define_method for RubiniusYehuda Katz2009-10-091-1/+6
* Remove last TODO.José Valim2009-07-291-1/+1
* Small changes to get 1.9 passing (for the most part)Yehuda Katz2009-06-231-1/+1
* Fixing pending tests and fixed some formats / partial rendering semanticsYehuda Katz + Carl Lerche2009-06-171-1/+13
* Remove some response content type concepts from ActionViewYehuda Katz + Carl Lerche2009-05-211-1/+1
* Cherry-pick core extensionsJeremy Kemper2009-05-131-0/+1
* Remove errant debug codeYehuda Katz2009-02-031-2/+0
* Move HTTP libs and middleware into ActionDispatch componentJoshua Peek2009-01-271-0/+214