Re: [MacRuby-devel] is active_support supported in MacRuby 0.5?

2010-02-18 Thread Laurent Sansonetti
Hi Gary, On Feb 18, 2010, at 2:06 PM, Gary Weaver wrote: > Is active_support supported in MacRuby 0.5? > > $ macirb > irb(main):001:0> require 'rubygems' > => true > irb(main):002:0> require 'active_support' > NoMethodError: undefined method `alias_method_chain' for Range:Class Not in 0.5, but

[MacRuby-devel] is active_support supported in MacRuby 0.5?

2010-02-18 Thread Gary Weaver
Is active_support supported in MacRuby 0.5? $ macirb irb(main):001:0> require 'rubygems' => true irb(main):002:0> require 'active_support' NoMethodError: undefined method `alias_method_chain' for Range:Class Thanks in advance, Gary ___ MacRuby-devel ma

Re: [MacRuby-devel] [MacRuby] #613: Dispatch classes should be wrapped in an Data struct to allow subclassing

2010-02-18 Thread MacRuby
#613: Dispatch classes should be wrapped in an Data struct to allow subclassing +--- Reporter: ernest.prabha...@… | Owner: pthom...@… Type: defect | Status: new

Re: [MacRuby-devel] [MacRuby] #555: Redefinition of method gives unexpected behavior

2010-02-18 Thread MacRuby
#555: Redefinition of method gives unexpected behavior +--- Reporter: macch...@… |Owner: lsansone...@… Type: defect | Status: closed Priority: major

[MacRuby-devel] macruby/hotcocoa questions

2010-02-18 Thread Gary Weaver
Hello, I wrote a small application in HotCocoa/MacRuby just to get familiar with it ( http://github.com/garysweaver/hourz ). MacRuby and HotCocoa are awesome! I did have a few issues during development that I thought I'd share in case anyone can assist. I'm using MacRuby 0.5 and HotCocoa 0.5

[MacRuby-devel] [MacRuby] #619: Constant scope in a block is determined at run-time?

2010-02-18 Thread MacRuby
#619: Constant scope in a block is determined at run-time? +--- Reporter: cheke...@… | Owner: lsansone...@… Type: defect | Status: new Priority: major