Re: [MacRuby-devel] [MacRuby] Require RubyGems quesions

2010-08-18 Thread Laurent Sansonetti
On Aug 18, 2010, at 5:28 PM, Alexander v. Below wrote: > Hello, > > would you point me to the trac site, and I will gladly do so. You can file new tickets here: http://www.macruby.org/trac/newticket > Any workaround for the meantime :( ? A workaround might be possible, we will look. (I'm curr

Re: [MacRuby-devel] [MacRuby] Require RubyGems quesions

2010-08-18 Thread Alexander v. Below
Hello, would you point me to the trac site, and I will gladly do so. Any workaround for the meantime :( ? Thanks Alex Am 19.08.2010 um 02:11 schrieb Laurent Sansonetti: > Hi Alexander, > > This may be a load path issue. Could you open a ticket on trac? We will > investigate. > > Laurent >

Re: [MacRuby-devel] ControlTower Concurrency Example

2010-08-18 Thread Laurent Sansonetti
Hi Matthew, Looks good, even if it could be slightly optimized for runtime performance (like avoiding string concatenation). Did you get good results? Josh might want to commit this example as part of the CT sample code. Laurent On Aug 18, 2010, at 9:07 AM, Matthew Smith wrote: > I've writte

Re: [MacRuby-devel] [MacRuby] Require RubyGems quesions

2010-08-18 Thread Laurent Sansonetti
Hi Alexander, This may be a load path issue. Could you open a ticket on trac? We will investigate. Laurent On Aug 18, 2010, at 3:53 AM, Alexander v. Below wrote: > Hello, > > I have a MacRuby script which, among other things, requires rubygems. > > It works very nice when I call it in the te

[MacRuby-devel] ControlTower Concurrency Example

2010-08-18 Thread Matthew Smith
I've written a ControlTower RackUp example and would appreciate your feedback. It's intent is to showcase the GCD-backed concurrency of ControlTower and uses Cocoa's XML document parsing to process a data feed from a third-party. photo_search.ru Description: Binary data Thanks, Matthew Smit

[MacRuby-devel] [MacRuby] Require RubyGems quesions

2010-08-18 Thread Alexander v. Below
Hello, I have a MacRuby script which, among other things, requires rubygems. It works very nice when I call it in the terminal (i.e. "macruby test.rb"), but when I try to execute it in a Cocoa App using [[MacRuby sharedRuntime] evaluateFileAtPath:path];, I get a LoadError exception: /Users/bel