fmedlin / objectivesupport forked from yfactorial/objectivesupport
- Source
- Commits
- Network (19)
- Downloads (0)
- Wiki (1)
- Graphs
-
Branch:
master
Rodrigo Mazzilli (author)
Fri Sep 04 07:29:05 -0700 2009
| name | age | message | |
|---|---|---|---|
| |
.gitignore | Thu Jun 04 16:35:43 -0700 2009 | |
| |
Classes/ | Thu Sep 10 05:17:16 -0700 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/ | Thu Sep 10 05:17:16 -0700 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
