system-metrics icon indicating copy to clipboard operation
system-metrics copied to clipboard

couldn't parse YAML

Open pcasa opened this issue 13 years ago • 2 comments

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?

pcasa avatar Feb 13 '12 16:02 pcasa

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

kunklejr avatar Feb 14 '12 00:02 kunklejr

ruby -v 1.9.2p290 rails -v 3.0.10

pcasa avatar Feb 14 '12 19:02 pcasa