-
Notifications
You must be signed in to change notification settings - Fork 360
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
Psych::DisallowedClass: Tried to load unspecified class: Time with Psych v4 #520
Comments
Hey @jeffblake, this sounds very much like an issue with Psych 4.0 rather than IceCube. I'm not sure what you're expecting us to do with this? If you have a failing test for this gem, or a change you want to suggest, then please submit a PR. |
Hi @pacso Here's an example fix: https://github.com/sparklemotion/mechanize/pull/589/files |
Hi again @jeffblake I've created a new PR for the latest Ruby, and have replicated the issue you've mentioned. Thanks for pointing it out ... will get a fix sorted before the next release. |
@jeffblake - could you possibly test with the branch from PR #521 please? |
@pacso My tests pass! Thanks. |
Great, thanks for checking! I'll merge it now :) |
Can we get a rubygems release for this? ❤️ |
+1 for a release |
Bump for release please. |
Hey everyone. We have a problem in terms of cutting a release at the moment. One of the previous commits fixed a bug, but introduced another. By rolling it back we remove the new bug, but reintroduce the old one. Neither is a viable option really. I've been struggling for time recently, but should be able to dedicate myself to fixing this soon. Once done we'll cut a new release and get both bugs sorted properly. Sorry for the delay! |
It would be great if there was a release available for this; is there anything I can do to help? 🤞 |
On
psych
4.0, the following error is raised:Psych::DisallowedClass: Tried to load unspecified class: Time
After accessing a serialized schedule on an AR model, such as:
serialize :schedule, IceCube::Schedule
Works fine with Psych 3.3.2
The text was updated successfully, but these errors were encountered: