[openstreetmap/openstreetmap-website] Prefer new style hash syntax in config files (PR #5946)
rkoeze
notifications at github.com
Tue Apr 22 23:30:03 UTC 2025
<!--
Please read the contributing guidelines before making a PR:
https://github.com/openstreetmap/openstreetmap-website/blob/master/CONTRIBUTING.md
Pay particular attention to the section on how to present PRs:
https://github.com/openstreetmap/openstreetmap-website/blob/master/CONTRIBUTING.md#pull-requests
-->
### Description
Ran `bin/rails app:update` to get an idea of what our configuration files looked like relative to the 8.0 defaults. There were a couple places where the diff boiled down to the old versus new hash syntax. Figured I'd update those so the next time anyone runs `bin/rails app:update` they don't get picked up in the diff. Or in the case of `test.rb`, the `Settings.server_url` value is the only difference.
You can view, comment on, or merge this pull request online at:
https://github.com/openstreetmap/openstreetmap-website/pull/5946
-- Commit Summary --
* Prefer default hash syntax in config files
-- File Changes --
M config/environments/development.rb (2)
M config/environments/production.rb (2)
M config/environments/test.rb (2)
-- Patch Links --
https://github.com/openstreetmap/openstreetmap-website/pull/5946.patch
https://github.com/openstreetmap/openstreetmap-website/pull/5946.diff
--
Reply to this email directly or view it on GitHub:
https://github.com/openstreetmap/openstreetmap-website/pull/5946
You are receiving this because you are subscribed to this thread.
Message ID: <openstreetmap/openstreetmap-website/pull/5946 at github.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstreetmap.org/pipermail/rails-dev/attachments/20250422/b4e3d73b/attachment.htm>
More information about the rails-dev
mailing list