Mime Types for Rails
Monday, December 25th, 2006
There has been a lot of talk lately about Rails and responding to the correct mime types (REST).
I’ve been mapping file extension to mime types (for Aireo) and am amazed at how few mime types are included in the default library.
To overcome this limitation I’ve compiled a lot of common mime types here, just put […]