aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/dispatch/mime_type_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Implement Mime::Type#respond_to? (consistently with #method_missing)Evgeniy Dolzhenko2011-09-251-0/+2
* No need to register again. As it's default now.Arun Agrawal2011-06-281-3/+3
* Fix test to use Mime::ZipArun Agrawal2011-06-281-1/+1
* Use Mime::Type references.José Valim2011-02-081-0/+7
* Fix tests on 1.9.2.José Valim2010-11-281-5/+4
* trailing star mimes should respect the order in which mime types are defined.José Valim2010-11-281-13/+6
* process text/* if it appears in the middle ofNeeraj Singh2010-11-251-0/+20
* processing image/* is an odditity because there isNeeraj Singh2010-11-251-6/+0
* clean up test by using unregister methodNeeraj Singh2010-11-251-2/+1
* unregister method implementation and testNeeraj Singh2010-11-251-0/+17
* sort lists before comparing themAaron Patterson2010-11-221-4/+4
* make test more resilient to future changes by notNeeraj Singh2010-11-221-2/+0
* rename star star to just one starNeeraj Singh2010-11-221-3/+3
* cleanup Mime::LOOKUP after registering image/gifNeeraj Singh2010-11-221-0/+1
* fix testNeeraj Singh2010-11-221-3/+3
* test for text/*, application/* and image/*Neeraj Singh2010-11-221-1/+27
* Remove useless use of :: in void context.Emilio Tagua2010-09-281-1/+0
* deOMGifying Railties, Active Support, and Action PackMikel Lindsaar2010-01-311-2/+2
* Got tests to pass with some more changes.Yehuda Katz2009-08-151-1/+1
* Fixing pending tests and fixed some formats / partial rendering semanticsYehuda Katz + Carl Lerche2009-06-171-2/+2
* ActionPack components should no longer have undeclared dependencies.Yehuda Katz + Carl Lerche2009-06-081-2/+2
* Move dispatch related tests into test/dispatchJoshua Peek2009-01-281-0/+96