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
Be careful using NSURLConnection on the iPhone. It is known to have memory leaks which can crash an app very quickly. If you're doing lots of HTTP requests, don't expect NSURLConnection to work for you. Find something else, possible some curl wrapper.