using ruby/rails to catch out going file request
Posted
by danwoods
on Stack Overflow
See other posts from Stack Overflow
or by danwoods
Published on 2010-05-10T00:23:51Z
Indexed on
2010/05/10
0:28 UTC
Read the original article
Hit count: 650
Hello all, I'm working with a rails app which plays mp3s. Is there a way to catch the request for the mp3 file with ruby, reformat the request(url), and pass the request along?
© Stack Overflow or respective owner