Thanks to everyone who made it out last night! It was a lot of fun for me, and
hopefully others would say the same.
On May 23, 2011, at 3:38 PM, Christian Niles wrote:
> The event is now full. Thanks everyone!
>
> On May 23, 2011, at 2:19 PM, Christian Niles wrote:
>
>> Y
Hey All,
Bundler's 'exec' and 'open' commands don't currently work in MacRuby, due to
bug #204. I was able to write a workaround that gets 'bundle exec' to work
under macruby, which is available here:
https://github.com/nerdyc/bundler
To use this bundler, clone it and then run the 'ins
The event is now full. Thanks everyone!
On May 23, 2011, at 2:19 PM, Christian Niles wrote:
> You weren't kidding -- only 5 tickets are left.
>
> On May 23, 2011, at 1:16 PM, Laurent Sansonetti wrote:
>
>> Hi Christian,
>>
>> I just tweeted a link to the p
On May 20, 2011, at 12:28 PM, Nat Brown wrote:
> anybody working on a generic (system-wide or per-user or configurable?) cache
> of arbitrary .rb -> .rbo similar to how rubyinline works, where llvm
> intermediaries being built are automatically cached and invalidated when the
> associated/under
You weren't kidding -- only 5 tickets are left.
On May 23, 2011, at 1:16 PM, Laurent Sansonetti wrote:
> Hi Christian,
>
> I just tweeted a link to the page from the @MacRuby account, so I think it's
> going to be full very soon now :)
>
> Thanks for setting this up!
>
> Laurent
n May 20, 2011, at 9:08 PM, Christian Niles wrote:
> On May 20, 2011, at 1:55 PM, Laurent Sansonetti wrote:
>
>> I can't speak for Erik, but I'm not allowed to do any presentation. I can
>> attend the meeting, discuss the project and answer questions though (like a
>
On May 20, 2011, at 1:55 PM, Laurent Sansonetti wrote:
> I can't speak for Erik, but I'm not allowed to do any presentation. I can
> attend the meeting, discuss the project and answer questions though (like a
> BoF, which I thought was the plan here).
I was expecting a pretty informal set of pr
On May 20, 2011, at 12:21 PM, Laurent Sansonetti wrote:
> Hi Christian,
>
> Awesome! Thanks for setting this up!
>
> I think we should wait one more day before advertising the link on twitter,
> to make sure subscribers of the mailing-list can RSVP before. I will post a
> link to the event to
I have the same (performance) issue too. I believe this is due to MacRuby's
JIT, which compiles the ruby source into machine code using LLVM. This improves
performance dramatically for long-running apps, but in our case it seems to
cause a big up-front penalty.
Does anyone else on list know if
Hey Everyone!
WWDC is getting close and I wanted to make sure the MacRuby community has a
chance to get together while everyone's in town. If you're going to be in town
and want to join us, please RSVP here:
http://macrubymeetup.eventbrite.com/
Right now I have Erik Michaels-Ober and L
Hey Shannon,
I just ran into this problem myself. I believe it has something to do with
RSpec 2.6, since I don't get the error when rspec 2.5 is installed.
Can you try downgrading and see if that helps you as well?
christian.
On May 19, 2011, at 9:58 AM, Shannon Love wrote:
> I had previously
y to get that fixed in the upcoming release.
>
> Thanks,
> Laurent
>
> On May 15, 2011, at 1:42 PM, Christian Niles wrote:
>
>> Hey All,
>>
>> There's plenty of documentation showing how one can use Proc objects to
>> invoke Objective-C methods that accept b
Hey All,
There's plenty of documentation showing how one can use Proc objects to invoke
Objective-C methods that accept block parameters, but I can't find any way to
invoke an Objective-C block from within a Ruby method.
Without thinking I had assumed they'd be mapped to a Proc-like object, whi
eetup site. If we go
over 50 people, we'll either have to start a waiting list, or find another
space.
They'll also provide some food, drinks, a videographer and everything else we'd
likely need. It'll be great, assuming we all fit in the building :)
On Apr 14, 2011, at
Why Monday instead of Wednesday, out of curiosity?
Pivotal Labs is open to letting us use their offices for the meetup, and can
help coordinate things. I'll ask them if either day is available or not, and
see if that simplifies the question.
christian.
On Apr 14, 2011, at 11:04 AM, Rich Morin
Weird. I'm friends with Erik and never knew he gave a talk about MacRuby. That
makes it easy to convince him to do it :)
On Apr 8, 2011, at 12:23 PM, Rich Morin wrote:
> At 10:41 AM -0700 4/8/11, Christian Niles wrote:
>> ... what are people interested in organizing at the mee
50 is easily doable. I've contacted a few companies I know around Moscone who
would likely be interested in hosting. I'm pretty sure one of them will be
amenable.
Assuming that works out, what are people interested in organizing at the
meetup? I'm somewhat partial to happy-hour format, in which
Hey Laurent,
How many people came last year? I can start asking around and see if any local
companies have the space to host a meetup.
christian.
On Apr 6, 2011, at 6:34 PM, Laurent Sansonetti wrote:
> (Sorry for the late reply!)
>
> I would be glad to attend any MacRuby meetup during WWDC, a
on wrote:
> Hi Christian,
>
> I've been fighting with MacRuby and cucumber for a while, and have
> never been able to build cuke under MacRuby. What versions of both
> tools did you use? Were there any special tweaks you had to make?
>
> Thanks,
> Graham
>
> On
I was able to grab a ticket in time too.
Are there any MacRuby-related events planned yet? If not, we should coordinate
an informal meetup.
On Mar 30, 2011, at 10:12 AM, Robert Payne wrote:
> I'll be there as well!
>
> -Robert
> On Mar 31, 2011, at 4:32 AM, Nick Ludlam wrote:
>
>> Hah, well i
n,
>
> Are you aware of the UIAutomation framework for UI-based testing in iOS?
> It's not quite the same as Frank, but is an Apple-supplied UI test mechanism.
>
> Matt
>
> On Mar 16, 2011, at 12:17 PM, Christian Niles wrote:
>
>> Hey All,
>>
>> One of
Hey All,
One of the reasons I've gotten so in love with MacRuby is that it's let me BDD
my Cocoa projects, in particular an app I just released to the App Store,
called TrackerBot [1]. TrackerBot is an iPad and iPhone interface to Pivotal
Tracker, the well-known agile project management tool [2
On Mar 14, 2011, at 1:11 PM, Laurent Sansonetti wrote:
> Hi Christian,
>
> These tests should probably be removed, they are not used anymore (these were
> used before we switched to RubySpec).
>
> The correct thing to do is probably make a macruby spec (under the
> spec/macruby directory).
>
t seemed to run these.
On Mar 12, 2011, at 8:35 PM, Matt Aimonetti wrote:
> Hi Christian,
>
> As long as performance isn't affected, I think that making #framework smarter
> shouldn't be a problem.
>
> - Matt
>
> Sent from my iPhone
>
> On Mar 12, 2011
Hey All,
I just spent a few hours banging my head against a gotcha with the `framework`
method -- if there happens to be a file or directory in the current directory
with the name of the framework, the method fails:
$ touch Cocoa
$ macruby -e 'framework "Cocoa"'
-e:1:in `': framework at path `C
25 matches
Mail list logo