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
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
#613: Dispatch classes should be wrapped in an Data struct to allow subclassing
+---
Reporter: ernest.prabha...@… | Owner: pthom...@…
Type: defect | Status: new
#555: Redefinition of method gives unexpected behavior
+---
Reporter: macch...@… |Owner: lsansone...@…
Type: defect | Status: closed
Priority: major
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
#619: Constant scope in a block is determined at run-time?
+---
Reporter: cheke...@… | Owner: lsansone...@…
Type: defect | Status: new
Priority: major