Peter Hickman wrote in post #1110491:
> Can you require any of the others?
>
> Have you run
>
> require 'rubygems'
>
> first?
>
> Please put a little more effort into this
C:\>irb --simple-prompt
>> require "selenium-webdriver"
=> true
>> require "watir-webdriver"
=> true
>> require "nokogiri"
LoadError: cannot load such file -- nokogiri
from
C:/Ruby193/lib/ruby/site_ruby/1.9.1/rubygems/custom_require.rb:36:i
n `require'
from
C:/Ruby193/lib/ruby/site_ruby/1.9.1/rubygems/custom_require.rb:36:i
n `require'
from (irb):4
from C:/Ruby193/bin/irb:12:in `<main>'
>>
--
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.
To view this discussion on the web visit https://groups.google.com/d/msgid/rubyonrails-talk/449e8cb81f8694415f52fe0177a21b99%40ruby-forum.com?hl=en-US.
For more options, visit https://groups.google.com/groups/opt_out.
No comments:
Post a Comment