ActiveResource & HTTP proxy

Hi,

Do you know if there is any way to configure HTTP proxy connection in
ActiveResource?

I’m testing the youtube-model plugin
(GitHub - edgarjs/youtube-model: Allows you to generate an ActiveResource model ready to interact with the You Tube API.), which uses ActiveResource,
and actually noticed that all requests get stuck in the
ActiveResource::Connection.http method which uses Net::HTTP (and not
Net::HTTP:Proxy).

Thanks for your help