Re: [MacRuby-devel] ASIHTTPRequest examples

2011-10-12 Thread Eloy Duran
Slightly offtopic: This gave me the idea to make CocoaPods handle BridgeSupport for dependencies as well: https://github.com/alloy/cocoapods/issues/23 On 12 okt. 2011, at 03:30, Dominic Dagradi wrote: > To use it from Ruby file, you don't need to require anything. Just > drag-and-drop it into

[MacRuby-devel] observable ruby methods

2011-10-12 Thread Alex Greif
Hi, I bound an array to an NSArrayController and realized that not all array manipulation methods trigger the binding observer. These trigger: += -= This does not trigger << Is there a list which ruby methods cocoa can automatically register as observer for the classes Array, Hash, etc ? Thanks,