Re: [MacRuby-devel] [MacRuby] #797: MacRuby throws an exception after running rspec example

2010-07-21 Thread MacRuby
#797: MacRuby throws an exception after running rspec example ---+ Reporter: hax...@… |Owner: lsansone...@… Type: defect | Status: closed Priority: blocker|

Re: [MacRuby-devel] [MacRuby] #425: RSpec not working

2010-07-21 Thread MacRuby
#425: RSpec not working +--- Reporter: jens.nock...@… |Owner: martinlagarde...@… Type: defect | Status: closed Priority: major |

Re: [MacRuby-devel] [MacRuby] #425: RSpec not working

2010-07-21 Thread MacRuby
#425: RSpec not working +--- Reporter: jens.nock...@… |Owner: martinlagarde...@… Type: defect | Status: closed Priority: major |

[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] #797: MacRuby throws an exception after running rspec example

2010-07-21 Thread MacRuby
#797: MacRuby throws an exception after running rspec example ---+ Reporter: hax...@… |Owner: lsansone...@… Type: defect | Status: closed Priority: blocker|

Re: [MacRuby-devel] ControlTower in MacRuby

2010-07-21 Thread Nick Ludlam
On 21 Jul 2010, at 15:31, Alexander von Below wrote: > 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 poss

Re: [MacRuby-devel] ControlTower in MacRuby

2010-07-21 Thread Matt Aimonetti
"/Users/nick/Sites/" = File.expand_path("~/Sites") Sent from my iPhone On Jul 21, 2010, at 11:44, Nick Ludlam wrote: > "/Users/nick/Sites/" ___ MacRuby-devel mailing list [email protected] http://lists.macosforge.org/mailman/listinf

Re: [MacRuby-devel] ControlTower in MacRuby

2010-07-21 Thread Jordan K. Hubbard
I don't suppose you'd care to contribute an example? This is clearly helpful! - Jordan On Jul 21, 2010, at 11:44 AM, Nick Ludlam wrote: > On 21 Jul 2010, at 15:31, Alexander von Below wrote: > >> Hello, >> >> I apologize for the repost, but I have not found help anywhere else... >> >> My goa

Re: [MacRuby-devel] ControlTower in MacRuby

2010-07-21 Thread Nick Ludlam
Yeah it was a quickly contrived example. I'm actually doing this in my code: map "/resources" do run Rack::File.new(NSBundle.mainBundle.bundlePath + "/Contents/Resources") end On 21 Jul 2010, at 20:22, Matt Aimonetti wrote: > "/Users/nick/Sites/" = File.expand_path("~/Sites") > > > Sent fro

Re: [MacRuby-devel] ControlTower in MacRuby

2010-07-21 Thread Nick Ludlam
On 21 Jul 2010, at 21:00, Jordan K. Hubbard wrote: > I don't suppose you'd care to contribute an example? This is clearly helpful! I'm actually in the middle of writing up a tutorial/article of my experiences in wrapping C/C++ code with simple Obj-C classes, and making it into a loadable bundl

Re: [MacRuby-devel] ControlTower in MacRuby

2010-07-21 Thread Jordan K. Hubbard
On Jul 21, 2010, at 1:57 PM, Nick Ludlam wrote: > On 21 Jul 2010, at 21:00, Jordan K. Hubbard wrote: > >> I don't suppose you'd care to contribute an example? This is clearly >> helpful! > > I'm actually in the middle of writing up a tutorial/article of my experiences > in wrapping C/C++ cod

Re: [MacRuby-devel] ControlTower in MacRuby

2010-07-21 Thread Matt Aimonetti
Or we could even put it in the tutorials or recipes sections of the website http://www.macruby.org/documentation.html if you are ok with that. - Matt On Wed, Jul 21, 2010 at 2:24 PM, Jordan K. Hubbard wrote: > > On Jul 21, 2010, at 1:57 PM, Nick Ludlam wrote: > > > On 21 Jul 2010, at 21:00, Jor

Re: [MacRuby-devel] Loading bundled bundles; #require or #framework?

2010-07-21 Thread Nick Ludlam
On 20 Jul 2010, at 19:49, Laurent Sansonetti wrote: > On Jul 20, 2010, at 10:36 AM, Nick Ludlam wrote: > >> On 19 Jul 2010, at 22:00, Laurent Sansonetti wrote: >> >>> Hi Nick, >>> >>> On Jul 18, 2010, at 11:34 AM, Nick Ludlam wrote: >>> So far, so good. I've added the bundle to a MacRuby

Re: [MacRuby-devel] Loading bundled bundles; #require or #framework?

2010-07-21 Thread Laurent Sansonetti
Hi Nick, On Jul 21, 2010, at 4:14 PM, Nick Ludlam wrote: > On 20 Jul 2010, at 19:49, Laurent Sansonetti wrote: > >> On Jul 20, 2010, at 10:36 AM, Nick Ludlam wrote: >> >>> On 19 Jul 2010, at 22:00, Laurent Sansonetti wrote: >>> Hi Nick, On Jul 18, 2010, at 11:34 AM, Nick Ludlam