public
Description: A port of Ruby on Rails' ActiveResource to Objective-C (and specifically the iPhone)
Homepage: http://iphoneonrails.com
Clone URL: git://github.com/yfactorial/objectiveresource.git
name age message
file .gitignore Fri Dec 19 21:32:09 -0800 2008 Added *.mode2v3 to .gitignore (more xcode noise... [Elfred Pagan]
file AddDogView.xib Tue Oct 14 12:39:17 -0700 2008 sync (cherry picked from commit ea354d16ed3b955... [James Burka]
directory Classes/ Loading commit data...
file EditDogViewController.xib Tue Oct 14 12:34:51 -0700 2008 Added when building model puts the id in modelN... [James Burka]
file Info.plist Thu Aug 21 15:27:41 -0700 2008 initial commit of active resource sample app [vickeryj]
file LICENSE Tue Nov 04 05:53:20 -0800 2008 Adding MIT license [rwdaigle]
file MainWindow.xib
file README.textile
file Unit Tests-Info.plist Wed Feb 25 13:39:00 -0800 2009 [#53] coverage target [jjburka]
file ViewDogController.xib Tue Oct 14 12:34:51 -0700 2008 Added when building model puts the id in modelN... [James Burka]
directory google_toolbar/ Wed Oct 15 14:55:52 -0700 2008 added the google test unit , rails boot strap [James Burka]
file main.m Thu Aug 21 15:27:41 -0700 2008 initial commit of active resource sample app [vickeryj]
directory objective_resource.xcodeproj/
file objective_resource_Prefix.pch Mon Jan 26 06:45:49 -0800 2009 [#12] BIG CHANGE Rename ActiveResource and Ac... [vickeryj]
file rails_boot_strap.rb
directory sample_rails_app/
README.textile

Overview

ObjectiveResource is a port of Rails’ ActiveResource framework to Objective-C.

The primary purpose of this project is to quickly and easily connect
iPhone applications with servers running Rails.

A secondary goal of this project is to provide some popular Rubyisms to
Objective-C. This work can be found in the ActiveSupport group.

Getting Started

Sample Code

This project comes bundled with a sample iPhone application and a sample
Rails application. To see how everything works together you can open
up the .xcodeproj and fire up a rails server in sample_rails_app.

Integrating with your project

  1. Download (clone) the objectiveresource project
    1. If you are using git you can checkout objectiveresource as a submodule
  2. open the .xcodeproj in XCode for both objectiveresource and your iPhone project
  3. drag the ActiveResource and ActiveSupport groups from the objectiveresource project onto your iPhone project