Hi,

When my application is running on Heroku, I get the following error

Job failed to load: uninitialized constant Syck::Syck

I have found a possible solution about adding the following lines on
boot.rb:

require 'yaml'
YAML::ENGINE.yamler= 'syck'

but this didn't work.

Any clue?

Panayotis Matsinopoulos

-- 
You received this message because you are subscribed to the Google
Groups "Heroku" group.

To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/heroku?hl=en_US?hl=en

Reply via email to