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

Commits on Feb 16, 2024

  1. Convert hash keys to strings #293

    Rails automatically converts keys to symbols, but this is not
    standard behavior of the YAML parser, so we had a mismatch
    here.
    oneiros committed Feb 16, 2024
    Configuration menu
    Copy the full SHA
    d39f63f View commit details
    Browse the repository at this point in the history
  2. Fix mixup #293

    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.
    oneiros committed Feb 16, 2024
    Configuration menu
    Copy the full SHA
    048e208 View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2024

  1. Configuration menu
    Copy the full SHA
    8b8236b View commit details
    Browse the repository at this point in the history