[MacRuby-devel] AWS-S3 gem doesn't work with MacRuby

2011-08-25 Thread Jeremy Smith
This works when I try it in MRI. But this is what happens in Macruby. Is there a workaround? $ macirb -f irb(main):003:0> require 'aws/s3' => true irb(main):006:0> AWS::S3::Base.establish_connection!( irb(main):007:0> :access_key_id => ACCESS_KEY, irb(main):008:0> :se

Re: [MacRuby-devel] Seeing errors in macrake

2011-08-25 Thread Jeremy Smith
I am running macrake in a RMI environment. On Thu, Aug 25, 2011 at 1:49 PM, Dave Baldwin wrote: > Just use rake instead. I don't think macrake gives you anything rake > doesn't do and rake has a much faster startup time. > > Dave. > > On 25 Aug 2011, at 17:12, Jeremy Smith wrote: > > > Is there

Re: [MacRuby-devel] Seeing errors in macrake

2011-08-25 Thread Dave Baldwin
Just use rake instead. I don't think macrake gives you anything rake doesn't do and rake has a much faster startup time. Dave. On 25 Aug 2011, at 17:12, Jeremy Smith wrote: > Is there a reason that macrake always exits so quietly on an error? macrake > -v doesn't seem to have any effect on t

[MacRuby-devel] Seeing errors in macrake

2011-08-25 Thread Jeremy Smith
Is there a reason that macrake always exits so quietly on an error? macrake -v doesn't seem to have any effect on this, or has showed me meaningless info. At this point I have to load objects into macirb to see where the error is occurring. ___ MacR