@pablobm commented on this pull request.
> +
+## Other tools
+
+VS Code is not the only way to work with devcontainers. Other options include:
+
+-
[RubyMine](https://www.jetbrains.com/help/ruby/start-dev-container-inside-ide.html):
another popular environment to work with Ruby.
+- [DevPod](https://devpod.sh): a CLI tool to work with devcontainers.
+
+## Troubleshooting
+
+### `‘ruby’: No such file or directory`
+
+In some cases Ruby may not install correctly. If you see this message, run
these two commands:
+
+```
+mise install
It's in the container image (you already figured this out by the next comment
:wink:) which instead of providing a system Ruby and Node.js, uses mise to
provide them. I guess it's so that multiple versions can be tested?
The readme (https://github.com/rails/devcontainer) does say that the image
"includes an installation of Ruby" along with mise, but I can't find it
anywhere (tried some `find /` lines and no dice). I wonder if it's outdated.
--
Reply to this email directly or view it on GitHub:
https://github.com/openstreetmap/openstreetmap-website/pull/6424#discussion_r2481664294
You are receiving this because you are subscribed to this thread.
Message ID:
<openstreetmap/openstreetmap-website/pull/6424/review/[email protected]>
_______________________________________________
rails-dev mailing list
[email protected]
https://lists.openstreetmap.org/listinfo/rails-dev