From: kallisti5@... Date: 2015-11-23T16:44:17+00:00 Subject: [ruby-core:71643] [Ruby trunk - Feature #11731] Make ruby gem install to user-install by default 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/