Let me clarify. I want to be able to generate a standalone ruby API for any rails project. Essentially, I am looking for something higher level than REXML and ActiveResource. Perhaps a scaffold script to auto-generate a wrapper for ActiveResource based on the given project?
On Nov 27, 11:38 am, Frederick Cheung <[email protected]> wrote: > On Nov 27, 4:10 pm, skarayan <[email protected]> wrote: > > > I'd like to create a ruby client to interface with my rails > > application's REST API. > > What's the best way of achieving this? My main goal is to avoid > > dealing with the resulting XML manually. > > Thank you. > > ActiveResource ? > > Fred -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.

