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 (
vickeryj (author)
Mon Mar 02 15:43:59 -0800 2009
| name | age | message | |
|---|---|---|---|
| |
.gitignore | Mon Jan 26 14:39:58 -0800 2009 | |
| |
Classes/ | Mon Mar 02 15:43:59 -0800 2009 | |
| |
Coverage.plist | Wed Feb 25 13:49:10 -0800 2009 | |
| |
Info.plist | Wed Feb 25 13:49:10 -0800 2009 | |
| |
JSONDeserializeTest.h | Tue Feb 10 14:26:48 -0800 2009 | |
| |
JSONDeserializeTest.m | Tue Feb 17 10:32:47 -0800 2009 | |
| |
MainWindow.xib | Mon Jan 26 14:23:52 -0800 2009 | |
| |
ObjectiveResourceDateFormatterTest.h | Wed Feb 25 07:46:51 -0800 2009 | |
| |
ObjectiveResourceDateFormatterTest.m | Thu Feb 26 07:15:52 -0800 2009 | |
| |
README.textile | Tue Feb 10 13:57:05 -0800 2009 | |
| |
TestClass.h | Tue Feb 17 10:32:47 -0800 2009 | |
| |
TestClass.m | Tue Feb 17 10:32:47 -0800 2009 | |
| |
TestClassMiddle.h | Mon Mar 02 15:43:39 -0800 2009 | |
| |
TestClassMiddle.m | Mon Mar 02 15:43:39 -0800 2009 | |
| |
TestClassTop.h | Mon Mar 02 15:43:39 -0800 2009 | |
| |
TestClassTop.m | Mon Mar 02 15:43:39 -0800 2009 | |
| |
google_toolbar/ | Tue Feb 10 11:41:58 -0800 2009 | |
| |
main.m | Mon Jan 26 14:23:52 -0800 2009 | |
| |
objective_support-Info.plist | Tue Feb 10 11:41:58 -0800 2009 | |
| |
objective_support.xcodeproj/ | Mon Mar 02 15:43:39 -0800 2009 | |
| |
objective_support_Prefix.pch | Mon Jan 26 14:23:52 -0800 2009 |
README.textile
Overview
ObjectiveSupport aims to bring some of the popular Rubyisms found in
ActiveSupport to Objective-C.
This project originated as a component of ObjectiveResource, but
it has since outgrown that role and may prove to be useful on
its own.
Installation
- Download (clone) the objectivesupport project
- open the .xcodeproj in XCode for both objectivesuppoe and your iPhone project
- drag the ObjectiveSupport group from the objectivesupport project onto your iPhone project, making sure to check the “copy files” box.
Testing
- Build and run the default target, the unit test results will print in the debugger
console







