From 5ceaa72c28c7456e9fac740bc9b0b828c7d05cab Mon Sep 17 00:00:00 2001 From: jdx <216188+jdx@users.noreply.github.com> Date: Tue, 31 Dec 2024 04:37:07 -0600 Subject: [PATCH 1/3] added mise-en-place --- en/documentation/installation/index.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/en/documentation/installation/index.md b/en/documentation/installation/index.md index 94d07ab4b7..1601660cbd 100644 --- a/en/documentation/installation/index.md +++ b/en/documentation/installation/index.md @@ -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) @@ -334,6 +335,13 @@ 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 supports UNIX-like and Windows operating systems. + + ### rbenv {: #rbenv} @@ -421,4 +429,5 @@ 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 [openbsd-current-ruby-ports]: https://cvsweb.openbsd.org/cgi-bin/cvsweb/ports/lang/ruby/?only_with_tag=HEAD From 89f92cd06bbb996f13b4e42307d8b19c2afe2e92 Mon Sep 17 00:00:00 2001 From: jdx <216188+jdx@users.noreply.github.com> Date: Tue, 31 Dec 2024 04:51:17 -0600 Subject: [PATCH 2/3] Update index.md --- en/documentation/installation/index.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/en/documentation/installation/index.md b/en/documentation/installation/index.md index 1601660cbd..efea39ee58 100644 --- a/en/documentation/installation/index.md +++ b/en/documentation/installation/index.md @@ -339,6 +339,11 @@ from source. {: #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 +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. @@ -430,4 +435,5 @@ though, because the installed Ruby won't be managed by any tools. [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 From 11540fc88e137f9297a4097bf1a421c4bb3791ac Mon Sep 17 00:00:00 2001 From: jdx <216188+jdx@users.noreply.github.com> Date: Thu, 6 Feb 2025 07:25:49 -0600 Subject: [PATCH 3/3] Update en/documentation/installation/index.md Co-authored-by: Juanito Fatas --- en/documentation/installation/index.md | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/en/documentation/installation/index.md b/en/documentation/installation/index.md index efea39ee58..e4852a3e40 100644 --- a/en/documentation/installation/index.md +++ b/en/documentation/installation/index.md @@ -338,12 +338,8 @@ 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 -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. +[mise-en-place][mise-en-place] allows you to switch between multiple Rubies without requiring additional tools. +It manages installations automatically and includes a [gem backend](https://mise.jdx.dev/dev-tools/backends/gem.html) to manage versions of CLIs written in Ruby. It supports UNIX-like and Windows operating systems.