November 2009
1 post
3 tags
MacRuby CoreData Tutorial
There is an useful tutorial on the Mac Developers Center about how to use CoreData programmatically. The tutorial has been ported to RubyCocoa here and partially on MacRuby as part of the template installed in XCode when you install MacRuby. With the help of both the sources I ported the tutorial to MacRuby introducing just a few ruby-isms but without altering the general structure of the...