From mboxrd@z Thu Jan 1 00:00:00 1970 From: Cyril Roelandt Subject: Re: Ruby on Guix Date: Tue, 01 Sep 2015 20:40:43 +0200 Message-ID: <55E5F12B.4060101@gmail.com> References: <87vbbwo2i9.fsf@izanagi.i-did-not-set--mail-host-address--so-tickle-me> Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:52307) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZWqUG-0000jE-49 for guix-devel@gnu.org; Tue, 01 Sep 2015 14:40:53 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZWqUB-0000AC-PL for guix-devel@gnu.org; Tue, 01 Sep 2015 14:40:51 -0400 Received: from mail-wi0-x230.google.com ([2a00:1450:400c:c05::230]:37351) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZWqUB-00005N-IX for guix-devel@gnu.org; Tue, 01 Sep 2015 14:40:47 -0400 Received: by wicfx3 with SMTP id fx3so22065806wic.0 for ; Tue, 01 Sep 2015 11:40:46 -0700 (PDT) Received: from [192.168.0.10] (tal33-3-82-233-82-24.fbx.proxad.net. [82.233.82.24]) by smtp.googlemail.com with ESMTPSA id wx9sm28493482wjb.6.2015.09.01.11.40.44 for (version=TLSv1/SSLv3 cipher=OTHER); Tue, 01 Sep 2015 11:40:44 -0700 (PDT) In-Reply-To: <87vbbwo2i9.fsf@izanagi.i-did-not-set--mail-host-address--so-tickle-me> List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: guix-devel@gnu.org On 08/31/2015 12:06 AM, David Thompson wrote: > Hey fellow Guix hackers, > > I just published a blog post about Guix targetting Ruby programmers, > detailing the ways in which Guix can replace the not-so-good RVM and > Bundler tools. I know there's a few Rubyists lurking in here, so, > enjoy! > > http://dthompson.us/ruby-on-guix.html > This is really nice. I did something similar in Python, replacing virtualenv with Guix. People also use tox quite a lot these days, so I wrote https://git.framasoft.org/Steap/guix-tox :) Is there anything like tox in Ruby? Cyril.