mini_mime icon indicating copy to clipboard operation
mini_mime copied to clipboard

minimal mime type library

Results 6 mini_mime issues
Sort by recently updated
recently updated
newest added

Hej there. So here's what is happening in our application: We're sending out some mails via delayed_job and action_mailer like many other apps are likely doing, these mails contain urls...

It seems that since this [RFC](https://www.rfc-editor.org/rfc/rfc9457.html) both `application/problem+json` and `application/problem+xml` are considered [valid media types](https://www.iana.org/assignments/media-types/media-types.xhtml). I tried to update the database, but those media types don't seem to be accessible...

I’m trying to understand the decisions made when building the `content_type_mime.db` file, because I’m embarking on a fairly major upgrade to the data in mime-types-data (https://github.com/mime-types/mime-types-data/tree/priority-extensions) where I’ve made it...

Redmine uses `mini_mime` to determine whether an uploaded media file is an audio or a video file to decide whether to use a `` or ` ` tag in the...

Hi, I don't know if this is the right place to post it, but I'm trying to compare `mini_mime` vs `marcel` regarding looking up by extension, because I think both...

I have a file with content-type of `audio/x-wav`. `lookup_by_content_type` return nil for this content-type when in reality it should return "wav".