[Rails] 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@googlegroups.com.
To post to this group, send email to rubyonrails-talk@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home