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
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
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
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
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
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
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
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
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
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
10 matches
Mail list logo