Tagged Questions
22
votes
8answers
12k views
Determine file type in Ruby
How does one reliably determine a file's type? File extension analysis is not acceptable. There must be a rubyesque tool similar to the UNIX file(1) command?
This is regarding MIME or content type, ...
0
votes
1answer
318 views
How to set a content-type for a specific file with Rack?
I want to have Rack serve a specific file with a specific content type. It's a .htc file and it needs to be served as text/x-component so that IE will recognize it. In apache I would just do
AddType ...