Hi all,
I have a need for making ActiveResource have the ability to specify the format much like you can specify the site. So, right now (unless I am not understanding the code, which could be, since I am a Rails and Ruby newbie), all calls end up at http://something/call.xml. I want to be able to call http://something/call.rss or .vcf, etc.
This is stemming from the Highrise api in 37 Signals's Highrise product; I need to be able to call something other than the default xml format.
Is this something that people think should be included in ActiveResource? If so, I'd be happy to write a patch and unit tests, etc, and submit it to trac; I thought I would ask here first, though.
Thanks.