I'm creating a Rails app with an iOS client and found ObjectiveResource. It looks awesome for CRUD operations, but it hasn't been updated since 2009 so it seems built for rails2 and the first iphone sdk. Does anyone know of a similar but up to date framework?
Up to date alternative to ObjectiveResource for iPhone+Rails?
720 views Asked by John At
3
There are 3 answers
1
On
You could have a look here: https://rhomobile.com/
It enables you to code mobile apps with a framework made in ruby and very close to Rails. Apps are compatible with most smartphones.
Everybody's talking about Restkit these days. I haven't tried it yet myself, though.