In the current rubycocoa trunk I have recently added the ‘osx/active_record’ library. It’s basically the glue between ActiveRecord::Base instances and a subclass of NSArrayController called ActiveRecordSetController.
So what does this do?
Basically it allows you to setup a working application that performs CRUD operations through ActiveRecord with little to no code. If you don’t know about cocoa [...]