dtao / safe_yaml

Parse YAML safely
MIT License
217 stars 63 forks source link

doc: add delayed_job to known issues #58

Open dryaf opened 10 years ago

dryaf commented 10 years ago

this just got me it serializes the stuff that has to be done.

you ll get a "no method 'perform' for hash"

dtao commented 10 years ago

Yep, you'll need to explicitly whitelist the types you want to use with delayed_job. Thanks for reminding me of this one! (I should have added this to known issues a while ago.)