Skip to content

lottadot/lottadot-restkit-ios-rails3-1

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Introduction

This project is a Proof-of-concept of a simple iOS iPhone app that communicates with a Ruby Rails 3.1 application to pull/push a simple data model. The Xcode project uses the open source objective-c cocoa project Restkit.

I used Restkit branch 402-new-build-process branch.

Installation

Quick Start (aka TL;DR)

(clone the repo)

cd lottadot-restkit-ios-rails3-1

(update the git submodule that points to Restkit) git submodule update --init --recursive

(start the rails app in a terminal window) cd ldtrkpoc1svr rvm 1.9.2@rails310 rake db:migrate rake db:seed rails s

Try it out

open the xcode project. run it.

You should see

If you press the 'add one' button it should contact the website, POST a new widget to it, and show the new widget in the UITableView.

Contributing

Forks, patches and other feedback are always welcome.

Credits

RestKit is brought to you by Blake Watters and the RestKit team.

About

Restkit iPhone App and Ruby Rails 3.1 App Example

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published