Message from discussion
macruby? rubinius
X-BeenThere: ruby-benchmark-suite@googlegroups.com
Received: by 10.150.112.25 with SMTP id k25ls204340ybc.3.p; Wed, 03 Feb 2010
10:26:49 -0800 (PST)
Received: by 10.150.210.5 with SMTP id i5mr205672ybg.22.1265221608829;
Wed, 03 Feb 2010 10:26:48 -0800 (PST)
Received: by 10.150.210.5 with SMTP id i5mr205671ybg.22.1265221608813;
Wed, 03 Feb 2010 10:26:48 -0800 (PST)
Return-Path: <rogerdp...@gmail.com>
Received: from mail-yw0-f200.google.com (mail-yw0-f200.google.com [209.85.211.200])
by gmr-mx.google.com with ESMTP id 24si810193ywh.7.2010.02.03.10.26.47;
Wed, 03 Feb 2010 10:26:47 -0800 (PST)
Received-SPF: pass (google.com: domain of rogerdp...@gmail.com designates 209.85.211.200 as permitted sender) client-ip=209.85.211.200;
Authentication-Results: gmr-mx.google.com; spf=pass (google.com: domain of rogerdp...@gmail.com designates 209.85.211.200 as permitted sender) smtp.mail=rogerdp...@gmail.com; dkim=pass (test mode) header...@gmail.com
Received: by mail-yw0-f200.google.com with SMTP id 38so1611330ywh.6
for <ruby-benchmark-suite@googlegroups.com>; Wed, 03 Feb 2010 10:26:47 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
d=gmail.com; s=gamma;
h=domainkey-signature:mime-version:received:in-reply-to:references
:date:message-id:subject:from:to:content-type;
bh=uxpgxLPa0x7vO6PGs3FCnL17ZLtXd2/zXzxzdkS6oH0=;
b=PpPbnF6P5Z0YOBdi47yeKUVmVj+ihPq8kU7EU2esbiGkxKxOm2g2xbhtxreo0DqHRq
TBUo6KzYEEM8c24y9zfZa62SsHI5bdM5G4Iy+joCWxie4Tz+IAPMA6YnC14oA2/rBO9C
mOKACQ4oTnIfEUPsCmwExWw7BkEd+MYhQGxoc=
DomainKey-Signature: a=rsa-sha1; c=nofws;
d=gmail.com; s=gamma;
h=mime-version:in-reply-to:references:date:message-id:subject:from:to
:content-type;
b=cmPmeB5PEI0BR+PHzat4Gw8ioXi+D1m1jySIUh15fc/HyHgXq2el4kZki4WNjMl7sa
ptHLF1sZtQcU0NXz2WLXBuZIcnPFgVYNYI+Njb4hx3rgmWg+otkC+TJFAOLJSrfSKH3C
apA6bkVY/gLyehUSsmEkeZgGz1Rm5yzNePyAQ=
MIME-Version: 1.0
Received: by 10.150.113.13 with SMTP id l13mr409130ybc.35.1265221604324; Wed,
03 Feb 2010 10:26:44 -0800 (PST)
In-Reply-To: <309e18021002030958j77ab0442qc93424146a306...@mail.gmail.com>
References: <c48a4fab-fe81-4ac1-a0df-9c88d2472...@h12g2000vbd.googlegroups.com>
<309e18021002030945x4f33bd2ex3abc5f8bb8e02...@mail.gmail.com>
<e880bd571002030948j48d7b906gbaca0767fd85e...@mail.gmail.com>
<309e18021002030958j77ab0442qc93424146a306...@mail.gmail.com>
Date: Wed, 3 Feb 2010 11:26:44 -0700
Message-ID: <e880bd571002031026j2fbb8643q6bff810cab9d9...@mail.gmail.com>
Subject: Re: [RBS] macruby? rubinius
From: Roger Pack <rogerdp...@gmail.com>
To: ruby-benchmark-suite@googlegroups.com
Content-Type: text/plain; charset=ISO-8859-1
> No need to. Could you tell me however which gems are required to pass the
> tests?
Hmm. I think there was a README once but I don't see it now anywhere.
Maybe got lost in one of the refactors.
Anyway here's the list for MRI
gem install mysql
gem install RedCloth
gem install fastercsv
gem install mime-types
gem install mini_magick
gem install ezcrypto
I will probably get around to updating it for jruby sometime, which
would add activerecord-jdbcmysql-adapter and possibly some others.
I "guess" rubinius would be the same as MRI, but haven't tried it.
-r