I need to interface with an api which seems to be not playing well with ActiveResource. What's the best/easiest way to consume it?
I need to do a variety of read/write actions with the api including dealing with some relatively simple relationships.
I've done a lot of searching and tried to bend ARES to my will with limited success.
Please can anyone recommend strategies/gems to deal with the issue of modifying complex url routes and xml decode / encode schemas ?
I'd prefer to use something which is 'future proof' and 'mature' than ARES which seems to be deprecated from RoR?