Hey Guys,
I also use a RoR proxy server that feeds my Zimlet data. I haven't run into any troubles really. I did notice that the respond_to wasn't useful. I certainly would love an option to set AjxRpc to use different headers so that it did work. I ended up just creating actions specific to my data calls and didn't implement pure REST services. I also went with json for my data packing but I did use builder initially to send xml. I ultimately decided there was no good reason when I controlled both sides of the call to deal with xml. Json is just fine for my purposes.
Cheers,
Marty |