Mitesh S.
2013-Mar-11 19:15 UTC
test.rb:1:in `require'': no such file to load -- yaml (LoadError)
Hello I am trying to migrate my ruby from old server to new server. I did a copy of all the binaries and have set all the relevant patch. However I am not sure what I am missing. Below require works completely fine on my old server. however , does not work fine in new server. How can I know where is the yaml file located on the old server and any advise how to fix this issue. File Content: require ''yaml'' puts "Test" test.rb:1:in `require'': no such file to load -- yaml (LoadError) -- Posted via http://www.ruby-forum.com/. -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To unsubscribe from this group and stop receiving emails from it, send an email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit https://groups.google.com/groups/opt_out.
Apparently Analagous Threads
- `require': cannot load such file -- nokogiri (LoadError) in rubyXL
- `require': no such file to load -- rspec/rails (LoadError)
- cannot load such file -- unicode (LoadError)
- "no such file to load -- rails/commands/runner (LoadError)"
- no such file to load -- thread (LoadError)