[MacRuby-devel] Using macrubyd in Xcode

2011-06-03 Thread Shannon Love
Greetings, Am I correct in understanding that no means exist to use the macruby debugger from within Xcode? I realize that ruby depreciates the use of a debugger in favor of testing but using a debugger is invaluable when learning a language and I find a really miss having a debugger within

[MacRuby-devel] Could not connect button:

2011-06-03 Thread Bryan Goines
Hi all, I am trying to understand and solve this issue. First of all, I did the following step by step: 1) Create a new project 2) added 'buttonClick(sender)' method to AppDelegate class in AppDelegate.rb -- like this class AppDelegate attr_accessor :window ... def buttonClick(sender) puts "

Re: [MacRuby-devel] Could not connect button:

2011-06-03 Thread [email protected]
Hi Bryan Check out this quick walkthrough just to make sure you are doing everything correctly: http://youtu.be/JbGqKf38QUI If you can, go through that and let us know if you still get the same problem. Aston On 3 Jun 2011, at 16:41, Bryan Goines wrote: > Hi all, > > I am trying to understa

[MacRuby-devel] Macgem path variable

2011-06-03 Thread Shannon Love
Greetings, Does macgem use the same path variable as standard gem i.e. GEM_HOME and GEM_PATH? I'm trying to use rvm and I'm trying to figure out where macgem is actually putting gems. Thanks, Shannon ___ MacRuby-devel mailing list MacRuby-devel@lists

Re: [MacRuby-devel] Using macrubyd in Xcode

2011-06-03 Thread Matt Aimonetti
That is correct to say that there is currently no debugger integration in Xcode but it's on the roadmap. - Matt On Fri, Jun 3, 2011 at 8:28 AM, Shannon Love wrote: > Greetings, > > Am I correct in understanding that no means exist to use the macruby > debugger from within Xcode? > > I realize t

Re: [MacRuby-devel] Could not connect button:

2011-06-03 Thread Bryan Goines
Aston, Thanks for the youtube link. Unfortunately, I am getting same error, but I found a solution by deleting the project folder in ~/Library/Developer/Xcode/DerivedData/ then re-run the Build. I am not getting that error anymore. It might be a good tip for everyone who encounter the same iss

Re: [MacRuby-devel] Macgem path variable

2011-06-03 Thread denny trebbin
$ macgem environment will show the path and other useful information about your macruby installation. Von: Shannon Love An: MacRuby development discussions. Gesendet: 18:19 Freitag, 3.Juni 2011 Betreff: [MacRuby-devel] Macgem path variable Greetings, Does m

Re: [MacRuby-devel] Scripting Terminal.app with ScriptingBridge

2011-06-03 Thread Eric Christopherson
On Thu, Jun 2, 2011 at 8:43 PM, Scott Thompson wrote: >> >> I'm playing around with Scripting Bridge trying to script >> Terminal.app. I'm running into issues with adding a new tab to a >> window, and was hoping someone could point me in the right direction. >> Consider this gist: https://gist.git

Re: [MacRuby-devel] Macgem path variable

2011-06-03 Thread Mark Rada
If you are using rvm, then macruby gems are installed into ~/.rvm/gems/macruby-VERSION@GEMSET or something like that. Mark Rada [email protected] On 2011-06-03, at 12:19 PM, Shannon Love wrote: > Greetings, > > Does macgem use the same path variable as standard gem i.e. GEM_HOME and

Re: [MacRuby-devel] Macgem path variable

2011-06-03 Thread Shannon Love
Well, they should be but that is what I am checking. Shannon On Jun 3, 2011, at 12:26 PM, Mark Rada wrote: > If you are using rvm, then macruby gems are installed into > ~/.rvm/gems/macruby-VERSION@GEMSET or something like that. > > > > > Mark Rada > [email protected] > > > > On 201