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

Pablo Brasero notifications at github.com
Tue Oct 28 12:12:57 UTC 2025


@pablobm commented on this pull request.



> +From this terminal, you can run the test suite with `bin/rails test:all`:
+
+![Running the test suite in the terminal](./docs/assets/vscode-rails-test-all.png)
+
+Hopefully it should be all green? 🤞 You can also start a development server with `bin/rails s`:

Hm, that's a tricky one. I used `bin/rails` because it's my preference, but the rest of the documentation uses `bundle exec rails` which should be equivalent but is longer. In general I prefer not to use `rails` alone because in some environments that may pick up the wrong Rails. This typically happens if you have a mix of installs in your system, where there's a system Rails but the Gemfile specifies a different Rails (for example).

I have changed this to be `bundle exec rails` because it's the same as the rest of the documentation. Deep inside I'd rather we standardised to `bin/rails`, but I can live with it.

-- 
Reply to this email directly or view it on GitHub:
https://github.com/openstreetmap/openstreetmap-website/pull/6424#discussion_r2469357793
You are receiving this because you are subscribed to this thread.

Message ID: <openstreetmap/openstreetmap-website/pull/6424/review/3388473696 at github.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstreetmap.org/pipermail/rails-dev/attachments/20251028/0622a5ce/attachment.htm>


More information about the rails-dev mailing list