We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
1) Failure: TimeOfDay with ActiveRecord Serializable Attribute::.load#test_0004_dump 24:00:00 and get it back [/home/jack/dev/tod/test/tod/time_of_day_serializable_attribute_test.rb:61]: --- expected +++ actual @@ -1 +1 @@ -#<Tod::TimeOfDay:0xXXXXXX @hour=24, @minute=0, @second=0, @second_of_day=86400> +#<Tod::TimeOfDay:0xXXXXXX @hour=0, @minute=0, @second=0, @second_of_day=0>
Works fine with ActiveRecord 5.2.2. Not sure what they changed.
The text was updated successfully, but these errors were encountered:
What did you end up doing about this?
Sorry, something went wrong.
I ran into this while testing something else and recorded it here for future reference but I have not found a solution.
I just released a new version that uses ActiveRecord attributes instead of serialize. This seems to resolve this.
No branches or pull requests
Works fine with ActiveRecord 5.2.2. Not sure what they changed.
The text was updated successfully, but these errors were encountered: