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

couldn't parse YAML #3

Open
pcasa opened this issue Feb 13, 2012 · 2 comments
Open

couldn't parse YAML #3

pcasa opened this issue Feb 13, 2012 · 2 comments

Comments

@pcasa
Copy link

pcasa commented Feb 13, 2012

First, great job!

I was getting ActionView::Template::Error (couldn't parse YAML at line 5 column 8):

Fixed it by adding the following to my config/boot.rb file
require 'yaml'
YAML::ENGINE.yamler= 'syck'

Should I keep it my root application boot.rb or create a gems/system-metrics/config/boot.rb and it there?

@kunklejr
Copy link
Owner

What version of Ruby and what version of Rails are you using?

@pcasa
Copy link
Author

pcasa commented Feb 14, 2012

ruby -v 1.9.2p290
rails -v 3.0.10

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

No branches or pull requests

2 participants