Re: [MacRuby-devel] Mac server for continuous integration

2011-05-06 Thread Alexander von Below
What exactly can I do for you? Alex Am 06.05.2011 um 14:25 schrieb Eloy Duran: > Hi, > > In case there's anyone on this list with mac server(s), it would be > great if one, or some cpu time, could be donated to the > http://travis-ci.org project to support MacRuby and allow developers > to tes

[MacRuby-devel] ControlTower in MacRuby

2010-07-21 Thread Alexander von Below
Hello, I apologize for the repost, but I have not found help anywhere else... My goal is to run a ControlTower instance (1) in MacRuby within a Cocoa app, i.e. using -[MacRuby evaluateFileAtPath:] First question: Is this possible at all? Second question: I understand that my control script is

Re: [MacRuby-devel] [MacRuby] Simple embedded WEBrick?

2010-05-03 Thread Alexander von Below
necessary paths will be in MacRuby's default path. If I leave out the "include orgy", I get an error: 2010-05-03 21:58:57.384 Procuratio Menu Server[12756:5f07] LoadError: no such file to load -- webrick Alex > > On Apr 27, 2010, at 06:34, Alexander von Below wrote: >

[MacRuby-devel] Debugging MacRuby

2010-05-03 Thread Alexander von Below
Hello, we have grown fond of MacRuby, but found a few things that appear to be bugs. Our idea was, to install a symbolicated framework of MacRuby, to see what is going on in the guts. Surely this is possible, but is there a good "best practice" to building such a debug version? Thanks Alex _

Re: [MacRuby-devel] Obj-C -> MacRuby and back?

2010-04-28 Thread Alexander von Below
Thanks a lot! I have looked at the EmbeddedRuby app, but I did not see the way "back". Could you point me in the right direction? Alex Am 28.04.2010 um 22:55 schrieb Laurent Sansonetti: > Hi Alexander, > > On Apr 28, 2010, at 1:49 PM, Alexander von Below wrote: > >

[MacRuby-devel] Obj-C -> MacRuby and back?

2010-04-28 Thread Alexander von Below
Hello, I have a conceptual question: Is it possible for an embedded ruby script running in MacRuby to call back into my Cocoa Application easily? Or would the only way be to create distributed Objects or similar IPC mechanisms? Thanks Alex ___ MacRu

Re: [MacRuby-devel] [MacRuby] Simple embedded WEBrick?

2010-04-27 Thread Alexander von Below
Am 27.04.2010 um 20:42 schrieb Thibault Martin-Lagardette: > Welcome to the MacRuby world ;-). Thanks a lot! > I imagine you are running MacRuby 0.5 on your machine, seeing the paths you > include in your .rb file? Why are you doing all those includes by the way? > All the necessary paths wil

[MacRuby-devel] [MacRuby] Simple embedded WEBrick?

2010-04-27 Thread Alexander von Below
Hello, I am new to MacRuby, and new to this list, so first a "Hello"! Secondly, I am trying to start a simple WEBrick in a Ruby App. The WEBrick code is a sample from a book, and runs fine if started on its own. But when I evaluate the file in MacRuby within my Cocoa App, a call to http://loca