From mboxrd@z Thu Jan 1 00:00:00 1970 From: Pjotr Prins Subject: Re: Ruby on Guix Date: Wed, 2 Sep 2015 12:14:47 +0200 Message-ID: <20150902101447.GA6229@thebird.nl> References: <87vbbwo2i9.fsf@izanagi.i-did-not-set--mail-host-address--so-tickle-me> <55E5F12B.4060101@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:51394) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZX55x-00023W-Op for guix-devel@gnu.org; Wed, 02 Sep 2015 06:16:46 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZX55t-0001qF-LB for guix-devel@gnu.org; Wed, 02 Sep 2015 06:16:45 -0400 Received: from mail.thebird.nl ([95.154.246.10]:40042) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZX55t-0001o0-Fh for guix-devel@gnu.org; Wed, 02 Sep 2015 06:16:41 -0400 Content-Disposition: inline In-Reply-To: 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: "Thompson, David" Cc: guix-devel Good stuff. Tox is actually similar to what rvm+bundler offers (with Travis for CI) in the Ruby world. Here, we have gotten rid of rvm/rbenv and bundler. I certainly hope to use Guix + Travis soon for CI - it is useful for development because of fast turnaround (unlike the Guix CI). Pj. On Tue, Sep 01, 2015 at 06:54:51PM -0400, Thompson, David wrote: > On Tue, Sep 1, 2015 at 2:40 PM, Cyril Roelandt wrote: > > 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? > > I haven't used tox, but after reading the text in the above web page I > can't think of anything like it. > > - Dave > --