Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

added mise-en-place #3455

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions en/documentation/installation/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ Here are available installation methods:
* [Managers](#managers)
* [asdf-vm](#asdf-vm)
* [chruby](#chruby)
* [mise-en-place](#mise-en-place)
* [rbenv](#rbenv)
* [rbenv for Windows](#rbenv-for-windows)
* [RVM](#rvm)
Expand Down Expand Up @@ -334,6 +335,18 @@ manage Rubies installed by [ruby-install](#ruby-install) or even built
from source.


### mise-en-place
{: #mise-en-place}

[mise-en-place][mise-en-place] allows you to switch between multiple Rubies.
It uses [ruby-build](#ruby-build) under the hood but can also be configured to use [ruby-install](#ruby-install)
—neither of which needs to be manually installed first. mise-en-place is a polyglot
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

not sure if this is too wordy, I felt like if I mention ruby-build/ruby-install that may confuse users thinking they need to first install those which they don't (in fact mise can't even be configured to use an existing ruby-install/ruby-build)

version manager supporting many programming languages including [ruby][mise-en-place-ruby].
mise-en-place also has a [gem backend](https://mise.jdx.dev/dev-tools/backends/gem.html) which can be used to manage
versions of CLIs written in ruby.
It supports UNIX-like and Windows operating systems.


### rbenv
{: #rbenv}

Expand Down Expand Up @@ -421,4 +434,6 @@ though, because the installed Ruby won't be managed by any tools.
[wsl]: https://docs.microsoft.com/en-us/windows/wsl/about
[asdf-vm]: https://asdf-vm.com/
[asdf-ruby]: https://github.com/asdf-vm/asdf-ruby
[mise-en-place]: https://mise.jdx.dev
[mise-en-place-ruby]: https://mise.jdx.dev/lang/ruby.html
[openbsd-current-ruby-ports]: https://cvsweb.openbsd.org/cgi-bin/cvsweb/ports/lang/ruby/?only_with_tag=HEAD
Loading