From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Original-To: poffice@blade.nagaokaut.ac.jp Delivered-To: poffice@blade.nagaokaut.ac.jp Received: from kankan.nagaokaut.ac.jp (kankan.nagaokaut.ac.jp [133.44.2.24]) by blade.nagaokaut.ac.jp (Postfix) with ESMTP id B82B819C03B0 for ; Tue, 24 Nov 2015 08:54:20 +0900 (JST) Received: from voscc.nagaokaut.ac.jp (voscc.nagaokaut.ac.jp [133.44.1.100]) by kankan.nagaokaut.ac.jp (Postfix) with ESMTP id 7753FB5DAD0 for ; Tue, 24 Nov 2015 01:44:34 +0900 (JST) Received: from neon.ruby-lang.org (neon.ruby-lang.org [221.186.184.75]) by voscc.nagaokaut.ac.jp (Postfix) with ESMTP id 4ED6218CC7E6 for ; Tue, 24 Nov 2015 01:44:34 +0900 (JST) Received: from [221.186.184.76] (localhost [IPv6:::1]) by neon.ruby-lang.org (Postfix) with ESMTP id E618C120457; Tue, 24 Nov 2015 01:44:31 +0900 (JST) X-Original-To: ruby-core@ruby-lang.org Delivered-To: ruby-core@ruby-lang.org Received: from o2.heroku.sendgrid.net (o2.heroku.sendgrid.net [67.228.50.55]) by neon.ruby-lang.org (Postfix) with ESMTPS id D8540120421 for ; Tue, 24 Nov 2015 01:44:26 +0900 (JST) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sendgrid.me; h=from:to:references:subject:mime-version:content-type:content-transfer-encoding:list-id; s=smtpapi; bh=aCxWQFMMftKTSrgPbgOGB2uK15w=; b=gcXfs5HI91XSJfKBbE lQaiPesnn6tB7OUATAjN9sF2KapvpIi9RO4ofngktt80N8yNgTXDtKvF+KmErv6H Hf/7ERwIRBrusunjVAC2NQ8uDnhvTkcT5gHaRfvF8e9QtZl+fff/uA4YrNyHyYdV D2oCoPXE1DoUWC/XJdxcnGN/o= Received: by filter0590p1mdw1.sendgrid.net with SMTP id filter0590p1mdw1.19936.5653426137 2015-11-23 16:44:17.580965663 +0000 UTC Received: from herokuapp.com (ec2-54-147-253-78.compute-1.amazonaws.com [54.147.253.78]) by ismtpd0004p1iad1.sendgrid.net (SG) with ESMTP id RHqi1evpTPiTVjQ-cspyLQ for ; Mon, 23 Nov 2015 16:44:17.653 +0000 (UTC) Date: Mon, 23 Nov 2015 16:44:17 +0000 From: kallisti5@unixzen.com To: ruby-core@ruby-lang.org Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Redmine-MailingListIntegration-Message-Ids: 46316 X-Redmine-Project: ruby-trunk X-Redmine-Issue-Id: 11731 X-Redmine-Issue-Author: kallisti5 X-Redmine-Sender: kallisti5 X-Mailer: Redmine X-Redmine-Host: bugs.ruby-lang.org X-Redmine-Site: Ruby Issue Tracking System X-Auto-Response-Suppress: All Auto-Submitted: auto-generated X-SG-EID: ync6xU2WACa70kv/Ymy4QrNMhiuLXJG8OTL2vJD1yS7YglZdwKLmUHfAfBEmFFOT59YPkRc5sogH0P W2mk++UeTubZzC3bxjJhADLy3txaDFCgxo0aR5gW37A4p7iLAuzNUohBzK7mcPwOHTGiJ91Ze73fFl TVPiY/17j7SlpvKWNBetXO4PYXUcmINP+ylk X-ML-Name: ruby-core X-Mail-Count: 71643 Subject: [ruby-core:71643] [Ruby trunk - Feature #11731] Make ruby gem install to user-install by default X-BeenThere: ruby-core@ruby-lang.org X-Mailman-Version: 2.1.15 Precedence: list Reply-To: Ruby developers List-Id: Ruby developers List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Errors-To: ruby-core-bounces@ruby-lang.org Sender: "ruby-core" Issue #11731 has been updated by Alexander von Gluck. https://github.com/rubygems/rubygems/issues/1394 opened to track. Sorry for putting it in the wrong place. Haiku is a little special. /boot represents the os "boot" drive (and not where only the kernel lives) https://www.haiku-os.org/docs/userguide/en/filesystem-layout.html ---------------------------------------- Feature #11731: Make ruby gem install to user-install by default https://bugs.ruby-lang.org/issues/11731#change-55045 * Author: Alexander von Gluck * Status: Third Party's Issue * Priority: Normal * Assignee: ---------------------------------------- Installing gem's system-wide doesn't make sense 99% of the time... * Linux -- Need root access via sudo * Windows -- Need administrator * Max OS X -- Need root access via sudo * Haiku -- /boot/system read-only gem currently installs gems system-wide by default Since the most common use-case is to install gems for your own user, why doesn't gem --user-directory by default? Tools like rvm already set this manually. Making --user-directory default means package maintainers only need to --no-user-directory while everyone else just gem install's -- https://bugs.ruby-lang.org/