-
Rails and the iPhone
With the growing Rails and iPhone communities, many developers seek ways to easily interact with their Rails applications on their iPhones. Enter ObjectiveResource, a framework for interacting with Rails on your iPhone. Go to iphoneonrails.com to learn more.
ObjectiveResource is an Objective-C port of Ruby on Rails’ ActiveResource. It provides a way to serialize objects to and from Rails’ standard RESTful web-services (via XML or JSON) and handles much of the complexity involved with invoking web-services of any language from the iPhone.