From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ben Woodcroft Subject: Adding ruby-rails and ruby-sinatra. Date: Wed, 10 Aug 2016 22:11:41 +1000 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:55847) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bXSMV-0005Rw-70 for guix-devel@gnu.org; Wed, 10 Aug 2016 08:11:56 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bXSMQ-0004Nx-Qq for guix-devel@gnu.org; Wed, 10 Aug 2016 08:11:54 -0400 Received: from mailhub2.soe.uq.edu.au ([130.102.132.209]:41961 helo=newmailhub.uq.edu.au) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bXSMQ-0004NL-7p for guix-devel@gnu.org; Wed, 10 Aug 2016 08:11:50 -0400 Received: from smtp2.soe.uq.edu.au (smtp2.soe.uq.edu.au [10.138.113.41]) by newmailhub.uq.edu.au (8.14.5/8.14.5) with ESMTP id u7ACBiHt048786 for ; Wed, 10 Aug 2016 22:11:45 +1000 Received: from [192.168.1.105] (static.customers.nuskope.com.au [103.25.181.216] (may be forged)) (authenticated bits=0) by smtp2.soe.uq.edu.au (8.14.5/8.14.5) with ESMTP id u7ACBgjX045157 (version=TLSv1.2 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT) for ; Wed, 10 Aug 2016 22:11:43 +1000 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" To: "guix-devel@gnu.org" Hi all, I am quite happy to announce that we are almost on rails. There's a new branch 'wip-rails' on savannah with a new file 'gnu/packages/rails-wip.scm', which includes ~100 ruby packages towards rails and sinatra, both of which can be built and used, though I have not yet used them for anything significant. These packages are mostly in bad shape and not ready for master. I will slowly get them into shape and push them over, but in the meantime I thought that early adopters might have a use for them, find bugs or even help improve them. Hope this all helps someone out there. ben