@pablobm commented on this pull request.
> +From this terminal, you can run the test suite with `bin/rails test:all`:
+
+
+
+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/[email protected]>
_______________________________________________
rails-dev mailing list
[email protected]
https://lists.openstreetmap.org/listinfo/rails-dev