Re: [MacRuby-devel] [MacRuby] #262: require 'json/pure' crashes macruby due to missing encoding function

2009-05-26 Thread MacRuby
#262: require 'json/pure' crashes macruby due to missing encoding function -+-- Reporter: d...@…|Owner: lsansone...@… Type: defect | Status: closed P

Re: [MacRuby-devel] [MacRuby] #262: require 'json/pure' crashes macruby due to missing encoding function

2009-05-26 Thread MacRuby
#262: require 'json/pure' crashes macruby due to missing encoding function -+-- Reporter: d...@…| Owner: lsansone...@… Type: defect | Status: new Pri

[MacRuby-devel] [MacRuby] #267: Change permissions on Info.plist and InfoPlist.strings

2009-05-26 Thread MacRuby
#267: Change permissions on Info.plist and InfoPlist.strings -+-- Reporter: d...@…| Owner: lsansone...@… Type: defect | Status: new Priority: minor

[MacRuby-devel] [MacRuby] #266: HotCocoa Add descriptions to standard rake tasks

2009-05-26 Thread MacRuby
#266: HotCocoa Add descriptions to standard rake tasks -+-- Reporter: d...@…| Owner: lsansone...@… Type: enhancement | Status: new Priority: minor

[MacRuby-devel] Using performRubySelector

2009-05-26 Thread Mike Laurence
Hello, I'm trying to get some obj-c code to talk back to my ruby. After encountering some "EXC_BAD_ACCESS" messages and scouring the web, I've concluded that I'm probably supposed to use performRubySelector instead of just expecting selectors to work when overridden by ruby subclasses, etc. What

Re: [MacRuby-devel] [MacRuby] #265: 'include' on 'class Class' doesn't define methods on future classes

2009-05-26 Thread MacRuby
#265: 'include' on 'class Class' doesn't define methods on future classes -+-- Reporter: n...@… | Owner: lsansone...@… Type: defect | Status: new Prior

[MacRuby-devel] [MacRuby] #265: 'include' on 'class Class' doesn't define methods on future classes

2009-05-26 Thread MacRuby
#265: 'include' on 'class Class' doesn't define methods on future classes -+-- Reporter: n...@… | Owner: lsansone...@… Type: defect | Status: new Prior

Re: [MacRuby-devel] MacGem and C FFI recap for newbie?

2009-05-26 Thread Matt Aimonetti
That's correct, FFI support is expected in MacRuby 0.5 and eventually C extension support. Personally, I use obj-c dynlibs instead of frameworks but it shouldn't matter. - Matt On Tue, May 26, 2009 at 4:01 PM, Charles Turner wrote: > Hi all- > > I poked around the MacRuby wiki and mailing list,

[MacRuby-devel] MacGem and C FFI recap for newbie?

2009-05-26 Thread Charles Turner
Hi all- I poked around the MacRuby wiki and mailing list, and think I have this straight. Could someone confirm, deny or clarify: The current MacGem app works with pure Ruby Gems, but not those with compiled C components? So the FFI Gem currently won't work with MacGem? If I want to use

Re: [MacRuby-devel] [MacRuby] #263: HotCocoa column additions

2009-05-26 Thread MacRuby
#263: HotCocoa column additions -+-- Reporter: d...@…|Owner: lsansone...@… Type: enhancement | Status: closed Priority: minor|Milesto

[MacRuby-devel] [MacRuby] #264: HotCocoa table_view additions

2009-05-26 Thread MacRuby
#264: HotCocoa table_view additions -+-- Reporter: d...@…| Owner: lsansone...@… Type: enhancement | Status: new Priority: minor| Milest

[MacRuby-devel] [MacRuby] #263: HotCocoa column additions

2009-05-26 Thread MacRuby
#263: HotCocoa column additions -+-- Reporter: d...@…| Owner: lsansone...@… Type: enhancement | Status: new Priority: minor| Milestone:

Re: [MacRuby-devel] [MacRuby] #261: [HotCocoa] add size= to layout_view

2009-05-26 Thread MacRuby
#261: [HotCocoa] add size= to layout_view -+-- Reporter: d...@…|Owner: lsansone...@… Type: enhancement | Status: closed Priority: minor|

Re: [MacRuby-devel] [MacRuby] #260: [HotCocoa] table_view additions

2009-05-26 Thread MacRuby
#260: [HotCocoa] table_view additions -+-- Reporter: d...@…|Owner: lsansone...@… Type: enhancement | Status: closed Priority: minor|M

Re: [MacRuby-devel] [MacRuby] #259: [HotCocoa] add frame_color method and drawing to layout_view

2009-05-26 Thread MacRuby
#259: [HotCocoa] add frame_color method and drawing to layout_view -+-- Reporter: d...@…|Owner: lsansone...@… Type: enhancement | Status: closed Priority:

Re: [MacRuby-devel] [MacRuby] #258: [HotCocoa] Add autohide_scrollers method to scroll_view

2009-05-26 Thread MacRuby
#258: [HotCocoa] Add autohide_scrollers method to scroll_view -+-- Reporter: d...@…|Owner: lsansone...@… Type: enhancement | Status: closed Priority: min

[MacRuby-devel] Problem with MacGem install

2009-05-26 Thread Jonathan Waddilove
Matt, Thank you. It hadn't occured to me that the 'C' dependency would upset the MacGem process! I'll think about the issues of Ruby OpenGL v. Cocoa OpenGl. John, Thank you for sharing the examples... More reading to do :) Jonathan ___ MacRuby-de