Re: [MacRuby-devel] Fwd: How do I get gems into XCode/MacRuby environment?

2011-04-19 Thread Joe West
On Tue, Apr 19, 2011 at 4:30 PM, Paul Davis wrote: > Ah. Thanks Morgan. That indeed has things working. I had thought MacRuby was > running on 1.9.x - probably because the first line on http://www.macruby.org > is "MacRuby is an implementation of Ruby 1.9 directly on top of Mac OS X > core technol

Re: [MacRuby-devel] Sqlite3 without core data

2011-04-18 Thread Joe West
On Mon, Apr 18, 2011 at 7:47 AM, Rolando Abarca wrote: > try sequel: http://sequel.rubyforge.org/ > +1 for Sequel ___ MacRuby-devel mailing list [email protected] http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel

Re: [MacRuby-devel] Hash Table

2011-04-18 Thread Joe West
On Mon, Apr 18, 2011 at 10:40 AM, Ricky Chilcott wrote: > > I'd noticed that too. I thought Strings were actually NSStrings. > They are NSMutableStrings/NSStrings underneath: irb(main):013:0> "string".class.ancestors => [String, NSMutableString, NSString, Comparable, NSObject, PP::ObjectMixin, K