Re: [MacRuby-devel] XCode 4 error

2011-09-11 Thread Jeremy Smith
There's also the whole issue of MacRuby not working with new versions of Xcode? I thought 4.1 was one of those that the framework wouldn't load in to. On Sun, Sep 11, 2011 at 9:59 AM, Perry E. Metzger wrote: > On Sun, 11 Sep 2011 09:41:53 -0400 Timothy Hart > wrote: > > Hi folks, > > > > I must

[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

[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

Re: [MacRuby-devel] How do I install bundler without disrupting my MRI bundler

2011-08-22 Thread Jeremy Smith
Thank you vm, that is a big help. On Mon, Aug 22, 2011 at 6:04 AM, Eloy Duran wrote: > You can install the gem with `sudo macgem install bundler > --format-executable`, which will create the bin wrapper like > `/usr/bin/macbundler`. > > On 21 aug. 2011, at 16:42, Jeremy Smith wr

[MacRuby-devel] How do I install bundler without disrupting my MRI bundler

2011-08-21 Thread Jeremy Smith
If I try to install bundler using "sudo macgem install bundler", it wants to over-write my existing bundler that is located at usr/bin/bundle. This is obviously a problem because it breaks bundler for all of my MRI projects. So I installed rvm, thinking that it would keep the gems separate from e

Re: [MacRuby-devel] Is there a workaround for regex named capture groups not being supported?

2011-08-18 Thread Jeremy Smith
I will Matt, thank you. On Thu, Aug 18, 2011 at 2:12 PM, Matt Aimonetti wrote: > Could I ask you to file a bug so someone can look at it? > In the meantime, I'm not sure I have a workaround for you :( > > - Matt > > On Thu, Aug 18, 2011 at 10:05 AM, Jeremy Smi

Re: [MacRuby-devel] Is there a workaround for regex named capture groups not being supported?

2011-08-18 Thread Jeremy Smith
ror 1 On Thu, Aug 18, 2011 at 12:22 PM, Matt Aimonetti wrote: > Have you tried re2? MacRuby supports a great number of C extensions. > > - Matt > > Sent from my iPhone > > On Aug 18, 2011, at 8:14, Jeremy Smith wrote: > > > I now I can't use re2 because it is

[MacRuby-devel] Is there a workaround for regex named capture groups not being supported?

2011-08-18 Thread Jeremy Smith
I now I can't use re2 because it is a C based gem, but is there any way to support named capture groups in MacRuby? It is a pretty necessary component of my project, and not having it is forcing me to look for solutions like running my gem as a service, or compiling it using Rubinius. I'd rather

[MacRuby-devel] Using hotcocoa to create a project

2011-08-14 Thread Jeremy Smith
Hi, when I try to create a project using hotcocoa as described in the MacRuby Postie tutorial http://www.macruby.org/hotcocoa/getting_started.html $ hotcocoa Postie I get this error: /Users/jeremysmith/.rvm/gems/ruby-1.9.2-p180/gems/hotcocoa-0.5.1/lib/hotcocoa/template.rb:20:in `gsub!': invali