I have a fairly standard rails app and would like to be able to access the basic CRUD (Create, Update, Delete) operations as well as queries I have added, from an iPhone app
I recently put together a TouchJSON example that uses NSURLConnection. It's very basic but should be enough to get you started with asych loading.
http://github.com/twoism/touchjsonexample/tree/master