Skip to content

Instantly share code, notes, and snippets.

@brutuscat
Created September 22, 2011 17:39
Show Gist options
  • Save brutuscat/1235430 to your computer and use it in GitHub Desktop.
Save brutuscat/1235430 to your computer and use it in GitHub Desktop.
Fix issue with Ruby1.9.2, Rails and Psych (new YAML parser)
# Downgrade to use old YAML parser
YAML::ENGINE.yamler = "syck"
# Lots of other stuff .....
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment