Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Convert hash keys to strings #293 #302

Merged
merged 3 commits into from
Feb 20, 2024
Merged

Convert hash keys to strings #293 #302

merged 3 commits into from
Feb 20, 2024

Conversation

oneiros
Copy link
Collaborator

@oneiros oneiros commented Feb 16, 2024

Our hunch yesterday was correct: We had a mismatch between string keys and symbol keys.

Rails automatically converts keys to symbols in the configuration it parses.
But the default of the YAML parser is of course to leave string keys as is.

Fixes #293

Rails automatically converts keys to symbols, but this is not
standard behavior of the YAML parser, so we had a mismatch
here.
@oneiros oneiros requested a review from a team as a code owner February 16, 2024 09:01
I wanted to revert my temporary changes to test data and
accidentally reverted the adjusted test for the previous
commit. This commit resolves that mixup.
@tuxmea tuxmea enabled auto-merge (squash) February 20, 2024 08:08
@tuxmea tuxmea merged commit c968bc6 into main Feb 20, 2024
9 checks passed
@tuxmea tuxmea deleted the issue-293 branch February 20, 2024 08:10
@rwaffen rwaffen added the enhancement New feature or request label Mar 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Custom function mapping not working
3 participants