aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/dispatch/mime_type_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Update regular expression for checking valid MIME typeCliff Pruitt2019-03-191-0/+15
* Raise exception when building invalid mime typeJohn Hawthorn2019-03-141-0/+32
* Enable `Style/RedundantBegin` cop to avoid newly adding redundant begin blockRyuta Kamizono2018-12-211-36/+26
* Replace `assert !` with `assert_not`Daniel Colson2018-04-191-2/+2
* Use respond_to test helpersDaniel Colson2018-01-251-1/+1
* Fix tests: Remove ogx mime type from testsGuillermo Iguaran2017-11-291-1/+1
* Register most popular audio/video/font mime types supported by modern browsersGuillermo Iguaran2017-11-281-6/+6
* 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
* Add more rubocop rules about whitespacesRafael Mendonça França2016-10-291-1/+1
* Remove deprecated access to mime types through constantsRafael Mendonça França2016-10-101-12/+0
* applies new string literal convention in actionpack/testXavier Noria2016-08-061-10/+10
* Sort the mime types before comparingRafael Mendonça França2016-07-171-2/+2
* application/gzip added as default mime type into mime type listMehmet Emin İNAÇ2016-02-131-1/+1
* Use `Mime[:foo]` instead of `Mime::Type[:FOO]` for back compatJeremy Daer2015-10-061-64/+49
* Added test case for deprecation of Mime.const_defined? and removed use of it.Ronak Jangir2015-09-271-1/+5
* fix Mime type in doc since mime types via constants is deprecated [ci skip]Gaurav Sharma2015-09-261-3/+3
* remove html_types setAaron Patterson2015-09-211-1/+1
* introduce an `All` mime typeAaron Patterson2015-09-211-2/+4
* change inheritance to compositionAaron Patterson2015-09-211-2/+3
* stop calling deprecated methodsAaron Patterson2015-09-211-3/+3
* deprecate accessing mime types via constantsAaron Patterson2015-09-211-35/+37
* Pass symbol as an argument instead of a blockErik Michaels-Ober2014-11-291-2/+2
* Use Hash#each_key instead of Hash#keys.eachErik Michaels-Ober2014-09-291-1/+1
* Expectations firstAkira Matsuda2014-08-181-1/+1
* Mime::PNG is already defined.Zuhao Wan2014-06-051-2/+0
* Fixed test for Mime::VCFArun Agrawal2013-12-061-3/+3
* Remove Mime::Type#verify_request? and Mime::Type.browser_generated_types were...kennyj2013-06-021-5/+0
* Fixed typo on AP dispatch Mime::Type testKalabiYau2013-04-011-1/+1
* depreacte unused Mime::Type#verify_request? and Mime::Type.browser_generated_...grosser2012-09-241-3/+5
* Refactor `Mime::Type`Aleksey Magusev2012-09-051-1/+1
* Prevent conflict between mime types and Object methodsMircea Pricop2012-07-061-0/+14
* both string and sumbol will be interpolated as string no need to convert to_sganesh2012-06-111-5/+5
* Added parsing of arbitrary media type parameters.Steve Klabnik2012-03-051-0/+6
* Failing test case that shows issue #736 should still be open.Scott W. Bradley2012-02-061-0/+6
* Add test for register_aliasJustin Campbell2011-12-171-0/+9
* Add test for type aliasesJustin Campbell2011-12-171-0/+11
* Allow symbols to be passed for extension aliasesJustin Campbell2011-12-171-0/+11
* 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