How do I serve a binary file through rack?

Posted by Chris on Stack Overflow See other posts from Stack Overflow or by Chris
Published on 2010-05-06T16:21:02Z Indexed on 2010/05/06 16:28 UTC
Read the original article Hit count: 142

Filed under:
|
|

I think I'm being a bit silly here, but I keep getting errors complaining about the SERVER_NAME key missing from the env hash, and I can't find any substantial documentation on Rack::SendFile..

so- how do I serve up files?

© Stack Overflow or respective owner

Related posts about ruby

Related posts about rack