Re: [MacRuby-devel] MacRuby application on Xcode

2014-10-23 Thread Eric Christopherson
evin >> http://www.codebykevin.com >> http://www.wtmobilesoftware.com >> ___ >> MacRuby-devel mailing list >> MacRuby-devel@lists.macosforge.org >> https://lists.macosforge.org/mailman/listinfo/macruby-devel > > >

Re: [MacRuby-devel] MacRuby: The Definitive Guide

2011-11-09 Thread Eric Christopherson
On Tue, Nov 8, 2011 at 8:57 PM, Robert Love wrote: > Finally, it arrived. > > On Nov 2, 2011, at 9:46 PM, Matt Aimonetti wrote: > > Hey guys, if you pre ordered the hard copy of my book, it should arrive in a > few days (just got mine). > Otherwise you can buy from O'Reilly: > http://shop.oreilly.

[MacRuby-devel] List configuration and Gmail spoofing paranoia

2011-09-19 Thread Eric Christopherson
Since Google implemented some new anti-spoofing measures in Gmail recently (a few months ago?), messages from certain people to this list show text like this in Gmail: This message may not have been sent by: mattaimone...@gmail.com Learn more Report phishing Matt, I notified you of this when I f

Re: [MacRuby-devel] Fwd: Installing MacRuby HEAD with RVM

2011-06-29 Thread Eric Christopherson
44 PM, Matt Aimonetti wrote: > > I don't use rvm for MacRuby but Mark does, maybe he can help ;) > - Matt > > On Wed, Jun 29, 2011 at 11:22 AM, Eric Christopherson > wrote: >> >> [I posted this question to the RVM group a few days ago, but haven't >> hea

[MacRuby-devel] Fwd: Installing MacRuby HEAD with RVM

2011-06-29 Thread Eric Christopherson
les set by RVM and end up doing things like installing/looking for gems in the wrong places.] -- Forwarded message -- From: Eric Christopherson Date: Mon, Jun 27, 2011 at 12:04 AM Subject: Installing MacRuby HEAD To: rubyversionmana...@googlegroups.com I'm new to this group (h

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] stopping to build for i386

2011-02-24 Thread Eric Christopherson
On Tue, Feb 22, 2011 at 8:31 PM, Laurent Sansonetti wrote: > Hi, > As of r5239 in trunk, the default build process will no longer build for > both i386 and x86_64, but just x86_64. This is an attempt at accelerating > the build process and reducing the framework objects size. > We are however not

Re: [MacRuby-devel] is_a? method

2011-02-03 Thread Eric Christopherson
On Sat, Jan 29, 2011 at 5:15 PM, Robert Rice wrote: > Hi Eric: > > Thanks, the ancestors method will work better. > > Do class objects inherit all of the Module methods? Sorry, I didn't see your message before (assuming you were asking me specifically). I hope someone else answers this, because

Re: [MacRuby-devel] IDE and TextEditor

2011-02-02 Thread Eric Christopherson
On Tue, Jan 18, 2011 at 8:32 PM, Robert Love wrote: > > Did anyone mention RedCar, the editor written in Ruby? Do any users of it > have good words to say about it? Can it even run with MacRuby? > RedCar runs in JRuby and makes use of JVM-only things like SWT. I've tried installing the gem for

Re: [MacRuby-devel] MacRuby Book discount

2011-02-02 Thread Eric Christopherson
This sale price is still good! ___ MacRuby-devel mailing list MacRuby-devel@lists.macosforge.org http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel

Re: [MacRuby-devel] is_a? method

2011-01-28 Thread Eric Christopherson
On Wed, Jan 19, 2011 at 5:15 PM, Caio Chassot wrote: > On 2011-01-19, at 20:50 , Robert Rice wrote: >> >> You instantiated AnArray. Try this: >> >> class AnArray < Array; end >> >> AnArray.kind_of?( Array )     will return false > > Is this what you're looking for? > > $ macirb > irb(main):001:0>

Re: [MacRuby-devel] Weird behaviour for a weird line of code

2010-11-16 Thread Eric Christopherson
On Mon, Nov 15, 2010 at 3:50 PM, Ryan Davis wrote: > > On Nov 14, 2010, at 18:37 , Mark Rada wrote: > >> Now, when I try this out in macirb: (Case #3) >> >>   require 'uri' >>   test = URI.parse url unless (url = 'http://macruby.org/').nil?  # error >>   test = URI.parse url unless (url = 'http://