Uninitialized constant Syck::Syck (NameError)

tweet! subscribe!

It’s old news for you devoted reader, but as you know I love coding with Ruby on Rails and that’s what my story for today is all about.

I just spent about an hour scratching my head and throwing my keyboard (don’t tell Jobs) around my home office on this issue.

I am upgrading an existing project (guess which…) from rails2 and ruby1.8.7 to rails3 and ruby 1.9.2.

First thing is of course installing bundler and working with the Gemfile (thank god).

So, when I did “bundle install” it crashed on me with this error message:

Liquid error: undefined method join' for #<String:0x007f9c82a72030>

After digging around the web, reading some useless information that it’s relevance to my issue was close to zero, I updated rubygems on my system to the latest version and this solved the problem.

I executed this command:

Liquid error: undefined method join' for "\ngem update --system\n":String

Hope this saves you some time, if it does, drop me a comment let me know.

Thanks!

tweet! subscribe!

This theme was created by: Jeff Kreeftmeijer, Thank you!

 
Fork me on GitHub