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

Fix errors when loading array of datetime #169

Merged
merged 2 commits into from
Oct 15, 2023

Conversation

bekicot
Copy link
Contributor

@bekicot bekicot commented Oct 15, 2023

When we are upgrading to rails 7.0.8 from rails 6.0. Somehow it breaks:

jsonb_attributes dates: [:datetime, array: true]

prviously
jsonb_attribute dates: [:datetime, array: true]

will raise an error when loading data from database.

fixes madeintandem#168
@haffla
Copy link
Contributor

haffla commented Oct 15, 2023

Thanks @bekicot

@haffla haffla merged commit f1c2db8 into madeintandem:master Oct 15, 2023
30 checks passed
@haffla
Copy link
Contributor

haffla commented Oct 15, 2023

Thanks for contributing @bekicot. This was just released in version 1.4.

@bekicot
Copy link
Contributor Author

bekicot commented Oct 15, 2023

Thank you too @haffla . That was quick.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants