public
Description: A lean-and-mean Ruby/ObjC bridge
Homepage: http://rubyobjc.com
Clone URL: git://github.com/timburks/rubyobjc.git
rubyobjc / examples / raiseman
name age message
..
file AppController.rb Fri Nov 16 17:14:02 -0800 2007 First git repository. [timburks]
file AppIcon.icns Fri Nov 16 17:14:02 -0800 2007 First git repository. [timburks]
directory English.lproj/ Fri Nov 16 17:14:02 -0800 2007 First git repository. [timburks]
file MyDocument.rb Fri Nov 16 17:14:02 -0800 2007 First git repository. [timburks]
file Person.rb Fri Nov 16 17:14:02 -0800 2007 First git repository. [timburks]
file PreferenceController.rb Fri Nov 16 17:14:02 -0800 2007 First git repository. [timburks]
file README Fri Nov 16 17:14:02 -0800 2007 First git repository. [timburks]
file Rakefile Fri Nov 16 17:14:02 -0800 2007 First git repository. [timburks]
file main.rb Fri Nov 16 17:14:02 -0800 2007 First git repository. [timburks]
README
--

RubyObjC RaiseMan

-- 

This directory contains a RubyObjC implementation of the RaiseMan example 
described in Aaron Hillegass' "Cocoa Programming for Mac OS X, Second Edition".

It was adapted from a RubyCocoa port begun by Nicholas Chen and posted
at http://blog.vazexqi.com.

It illustrates many important Cocoa concepts including the Cocoa document
architecture, saving and restoring documents with files, preferences and 
user defaults, bindings, and notifications.

To build it, simply type "rake" from the terminal.  You can then run the application
in the usual way or by simply typing "rake run".

-- 

Copyright (c) 2007 Tim Burks, Neon Design Technology, Inc.
This and other RubyObjC examples can be found online at http://www.rubyobjc.com.