Re: [MacRuby-devel] Neat MacRuby app, HotCocoa, and more!

2010-11-14 Thread Leigh Caplan
I had digest mode turned on, so this reply might be orphaned. Sorry in advance if that's the case. Thanks Matt for showing me your HTTP wrapper... there are some good ideas there. In reply to Josh, what would be the advantages of using NSURLConnection as the transport for the net/* libraries? I

[MacRuby-devel] Neat MacRuby app, HotCocoa, and more!

2010-11-13 Thread Leigh Caplan
Hey everybody, I wanted to say hi to the list and introduce myself - I've been lurking for awhile and come by when I need help, but RubyConf has me all fired up, so I'd like to start engaging more with the community. My name is Leigh Caplan, and I'm a developer in Seattle, WA. I

Re: [MacRuby-devel] Possible bug launching an NSTask from within and NSOperation subclass

2010-07-20 Thread Leigh Caplan
ing to use the NSTask's notification > functionality here or try to rewrite this code in pure ObjC and see if the > problem persists. > > Laurent > > On Jul 19, 2010, at 8:23 PM, Leigh Caplan wrote: > >> Hi there, >> >> I've encountered what

[MacRuby-devel] Possible bug launching an NSTask from within and NSOperation subclass

2010-07-19 Thread Leigh Caplan
Hi there, I've encountered what I believe to be a bug, but I'd like more eyes on it to make sure I'm not doing something wrong. I've set up a simple application, with one controller that has a reference to an NSOperationQueue. When a button is pressed, the controller queues up an NSOperation su

[MacRuby-devel] ActiveSupport in MacRuby 0.6?

2010-05-04 Thread Leigh Caplan
I remember reading that ActiveSupport was going to be supported in MacRuby 0.6, however version 2.3.5 of the gem still fails to load with the following message: irb(main):003:0> require 'activesupport' NoMethodError: undefined method `alias_method_chain' for Range:Class Same thing happened in 0