This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
| name | age | message | |
|---|---|---|---|
| |
.gitignore | Fri Dec 19 21:32:09 -0800 2008 | |
| |
AddDogView.xib | Tue Oct 14 12:39:17 -0700 2008 | |
| |
Classes/ | ||
| |
EditDogViewController.xib | Tue Oct 14 12:34:51 -0700 2008 | |
| |
Info.plist | Thu Aug 21 15:27:41 -0700 2008 | |
| |
LICENSE | Tue Nov 04 05:53:20 -0800 2008 | |
| |
MainWindow.xib | ||
| |
README.textile | ||
| |
Unit Tests-Info.plist | Wed Feb 25 13:39:00 -0800 2009 | |
| |
ViewDogController.xib | Tue Oct 14 12:34:51 -0700 2008 | |
| |
google_toolbar/ | Wed Oct 15 14:55:52 -0700 2008 | |
| |
main.m | Thu Aug 21 15:27:41 -0700 2008 | |
| |
objective_resource.xcodeproj/ | ||
| |
objective_resource_Prefix.pch | Mon Jan 26 06:45:49 -0800 2009 | |
| |
rails_boot_strap.rb | ||
| |
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
- Download (clone) the objectiveresource project
- If you are using git you can checkout objectiveresource as a submodule
- open the .xcodeproj in XCode for both objectiveresource and your iPhone project
- drag the ActiveResource and ActiveSupport groups from the objectiveresource project onto your iPhone project








