Tim Perrett wrote: > I have been contemplating if it is possible to use ActiveRecord in a > RubyCocoa application? Has anyone tried it? is it even possible? Of course it's possible, ActiveRecord ist just a normal Ruby library. You could even try to write an ActiveRecord database adapter for CoreData. -- Posted via http://www.ruby-forum.com/.