You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems that the changes from #146 broke handling of defaults in version 2.0. I noticed this from our test suite breaking, but here's an isolated test case:
On store_model 1.6.2: #<User::Settings something: false>
On store_model 2.0.0: #<User::Settings something: nil>
So it looks to me like the adjustments to serialization in #146 made it so that the default defined on the attribute is getting ignored now. Maybe it was also due to some other change, but I only saw this PR being mentioned on the changelog and on the surface it does seem like something that might have caused this issue.
The text was updated successfully, but these errors were encountered:
Hi 👋
It seems that the changes from #146 broke handling of defaults in version 2.0. I noticed this from our test suite breaking, but here's an isolated test case:
#<User::Settings something: false>
#<User::Settings something: nil>
So it looks to me like the adjustments to serialization in #146 made it so that the default defined on the attribute is getting ignored now. Maybe it was also due to some other change, but I only saw this PR being mentioned on the changelog and on the surface it does seem like something that might have caused this issue.
The text was updated successfully, but these errors were encountered: