aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_dispatch/http/mime_type.rb
Commit message (Expand)AuthorAgeFilesLines
* Enable `Layout/EmptyLinesAroundAccessModifier` copRyuta Kamizono2019-06-131-2/+0
* Remove :all symbol from Mime::ALLJohn Hawthorn2019-03-271-1/+1
* Update regular expression for checking valid MIME typeCliff Pruitt2019-03-191-1/+4
* Raise exception when building invalid mime typeJohn Hawthorn2019-03-141-0/+9
* Remove invalid magic comment [ci skip]Yoshiyuki Kinjo2018-10-111-2/+0
* Add `Style/RedundantFreeze` to remove redudant `.freeze`Yasuo Honda2018-09-291-1/+1
* Partly revert 1e526788e6b1d3f42f4d8fdca20e588d42838c80bogdanvlviv2018-02-171-1/+4
* Rails 6 requires Ruby 2.3+Jeremy Daer2018-02-171-6/+1
* [Action Pack] require => require_relativeAkira Matsuda2017-10-211-1/+1
* Use frozen string literal in actionpack/Kir Shatrov2017-07-291-0/+2
* [Action Dispatch] require => require_relativeAkira Matsuda2017-07-011-1/+1
* `respond_to_missing?` should be privateRyuta Kamizono2017-04-221-4/+4
* [docs] fix ActionDispatch documentationHrvoje Šimić2017-03-131-9/+9
* Removed the `attribute_accessors` required file:Edouard CHIN2017-02-121-1/+0
* `respond_to_missing?` should fallback to `super` where method_missing could c...Akira Matsuda2017-01-151-1/+1
* No need to nodoc private methodsAkira Matsuda2016-12-241-1/+1
* Describe what we are protectingAkira Matsuda2016-12-231-0/+2
* Remove deprecated access to mime types through constantsRafael Mendonça França2016-10-101-26/+0
* normalizes indentation and whitespace across the projectXavier Noria2016-08-061-15/+15
* applies new string literal convention in actionpack/libXavier Noria2016-08-061-14/+14
* speed up accept header parsing a bit.Aaron Patterson2016-01-281-8/+11
* convert AcceptList to a regular classAaron Patterson2016-01-281-20/+19
* remove == from AcceptItemAaron Patterson2016-01-271-6/+7
* remove useless private methodsAaron Patterson2016-01-271-13/+9
* change `@app_xml_idx` to an lvar and cache it on the stackAaron Patterson2016-01-271-16/+10
* change `@text_xml_idx` to an lvar and cache it on the stackAaron Patterson2016-01-271-13/+11
* stop caching mime types globallyAaron Patterson2016-01-221-2/+16
* Shrink a couple of deprecation warnings to one-linersMatthew Draper2015-12-061-18/+8
* Delete needless `require 'active_support/deprecation'`yui-knk2015-10-201-1/+0
* Use `Mime[:foo]` instead of `Mime::Type[:FOO]` for back compatJeremy Daer2015-10-061-38/+36
* Fix deprecated mime types via constantsamitkumarsuroliya2015-09-251-5/+5
* drop array allocations on Mime::Type#=~Aaron Patterson2015-09-211-3/+1
* remove another `blank?` callAaron Patterson2015-09-211-1/+1
* remove html_types setAaron Patterson2015-09-211-6/+2
* introduce an `All` mime typeAaron Patterson2015-09-211-0/+6
* remove `blank?` calls on `==`Aaron Patterson2015-09-211-1/+1
* change inheritance to compositionAaron Patterson2015-09-211-14/+24
* stop calling deprecated methodsAaron Patterson2015-09-211-2/+2
* deprecate accessing mime types via constantsAaron Patterson2015-09-211-5/+53
* cache the new type object on the stackAaron Patterson2015-09-211-2/+2
* Stop using deprecated `render :text` in testPrem Sichanugrist2015-07-171-1/+1
* added description instead of remove usage [ci skip]Julio Lopez2015-07-111-1/+1
* fix method name in mime type example. `Mime::Type.[]` doesn't exist. [ci skip]yuuji.yaginuma2015-02-231-1/+1
* Pass symbol as an argument instead of a blockErik Michaels-Ober2014-11-291-1/+1
* [ci skip]Correct variables in the sample codesuginoy2014-09-101-2/+2
* Replace trivial regexp with string or index, twice as fastKelley Reynolds2014-03-281-1/+1
* Move the null mime type to request.formatCarlos Antonio da Silva2013-12-231-1/+1
* remove nil in NullType#ref.Angelo capilleri2013-12-041-3/+1
* Convert Mime::NullType in a singletonGuillermo Iguaran2013-12-031-1/+4
* Remove deprecated cattr_* requiresGenadi Samokovarov2013-12-031-1/+1