Re: [MacRuby-devel] converging for 1.0

2010-12-03 Thread russell muetzelfeldt
> From: denny trebbin > > Can you download XC4 without paying 99$ ?My none paid account allows me only > to download XC3 :-) not yet - Xcode 4 is still in "developer preview" releases, and only available to paying dev. program members. once it's finalised it'll (I assume) be free for download

[MacRuby-devel] bug smash recap

2010-12-03 Thread Laurent Sansonetti
A short recap regarding tomorrow's bug smash! The bug smash will happen Saturday 4th on IRC, network freenode (the main server seems to be chat.freenode.net), channel #macruby. The goal of this event is to triage all the bugs into 2 categories: for 1.0 and for Later. Then, making sure all the 1

Re: [MacRuby-devel] converging for 1.0

2010-12-03 Thread Laurent Sansonetti
Hi Denny, I don't understand how the thread ended up like this, but you do not need to pay anything to develop with MacRuby. All you need is a copy of Xcode 3, which comes free with Mac OS X. If you don't have your DVDs handy, you can download it for free on developer.apple.com. Once Xcode 3 i

Re: [MacRuby-devel] converging for 1.0

2010-12-03 Thread Dave Baldwin
You don't need XC3 or XC4 to develop MacRuby - it can all be done with any editor and the command line. Using rake files makes it very easy. Look in the MacRuby sample code for Sketch and you will find an example rake file to do everything XC would do for you wrt MacRuby. Dave. On 3 Dec 2010

Re: [MacRuby-devel] converging for 1.0

2010-12-03 Thread Matt Aimonetti
The $99 subscription gets you a version 3 of Xcode that supports the new OS X app store. Xcode 4 is a beta version with mainly iPhone oriented features. - Matt On Fri, Dec 3, 2010 at 8:55 AM, denny trebbin wrote: > Hehe, don't make me laugh again that way. > I am neither and iOS developer nor a

Re: [MacRuby-devel] converging for 1.0

2010-12-03 Thread denny trebbin
Hehe, don't make me laugh again that way.I am neither and iOS developer nor an Mac developer. I love to use a Mac but for developing platform independent stuff. Apple changed there support for Java so I made a move and learned Ruby. I though MacRuby is just an MRI alternative with the nice possi

Re: [MacRuby-devel] MacRuby-devel Digest, Vol 34, Issue 9

2010-12-03 Thread Vegar Vikan
Hi, Yes, I didn't see that before I posted here. I have downloaded the nightly build, and managed to compile a simple 'hello-world' application. Look forward to check it out some more after the weekend. Both MacRuby and Sequel excites me. Thanks, -Vegar Den 3. des. 2010 kl. 16:00 skrev macr

Re: [MacRuby-devel] converging for 1.0

2010-12-03 Thread Travis Kay
You need a paid developer subscription. Travis On Fri, Dec 3, 2010 at 3:03 AM, denny trebbin wrote: > Can you download XC4 without paying 99$ ? > My none paid account allows me only to download XC3 :-) > > --- russell muetzelfeldt ** schrieb am *Mi, > 1.12.2010: > > > Von: russell muetzelfeldt

Re: [MacRuby-devel] MacRuby and Sequel

2010-12-03 Thread Eloy Duran
Hi Vegar, as Laurent said on your stackoverflow ticket, sequel works out-of-the-box on MacRuby trunk (and nightly): $ /usr/local/bin/macruby -r rubygems -e "require 'sequel'; p 42" 42 Eloy On Fri, Dec 3, 2010 at 10:16 AM, Vegar Vikan wrote: > Hi, > > Someone says Sequel is possible to use with

Re: [MacRuby-devel] converging for 1.0

2010-12-03 Thread denny trebbin
Can you download XC4 without paying 99$ ?My none paid account allows me only to download XC3 :-) --- russell muetzelfeldt schrieb am Mi, 1.12.2010: Von: russell muetzelfeldt Betreff: Re: [MacRuby-devel] converging for 1.0 An: macruby-devel@lists.macosforge.org Datum: Mittwoch, 1. Dezember, 201

[MacRuby-devel] MacRuby and Sequel

2010-12-03 Thread Vegar Vikan
Hi, Someone says Sequel is possible to use with MacRuby, someone says its not... When I try, I get an error message, which I have posted on StackOverflow (http://stackoverflow.com/questions/4339601/macruby-error-when-using-sequel). One of the answers suggest that I cross-post the question to th

Re: [MacRuby-devel] Regular expression related performance

2010-12-03 Thread Laurent Sansonetti
Hi Yasu, On Dec 2, 2010, at 9:37 PM, Yasu Imao wrote: > Hi Laurent, > > I filed a ticket on String#gsub performance. Thanks :) > While I was playing with regex, I noticed another difference(?) between Ruby > 1.8.7 and MacRuby. > > In Ruby Regexp class, fixnums assigned to Regexp.new option