[openstreetmap/openstreetmap-website] Support for Development Containers (devcontainers) (PR #6424)

Pablo Brasero notifications at github.com
Fri Oct 31 14:44:37 UTC 2025


@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/3404628942 at github.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstreetmap.org/pipermail/rails-dev/attachments/20251031/72ff74ff/attachment.htm>


More information about the rails-dev mailing list