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 for Syck YAML loading error: "method 'load_dj'" #855

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

tanelj
Copy link

@tanelj tanelj commented Oct 12, 2015

Fixes error when loading job with newer Ruby and Syck is used as YAML engine (tenderlove/syck gem):

"Job failed to load: undefined method `load_dj' for Syck:Module"

Fixes #786

Fixes "Job failed to load: undefined method `load_dj' for Syck:Module" when
Syck is used as YAML engine

Fixes collectiveidea#786
@tanelj tanelj changed the title Fixe for Syck YAML loading error: "method 'load_dj'" Fix for Syck YAML loading error: "method 'load_dj'" Oct 12, 2015
@wsthum
Copy link

wsthum commented Dec 7, 2022

Hey folks, I'm having the same issue and this fix works when YAML uses Syck. Could we merge this change? Thanks!

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.

Job failed to load: undefined method `load_dj' for Syck:Module.
2 participants