Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    text
    copied!<p>On Windows XP (Professional, Version 2002, Service Pack 3, fully pathched) I have installed <a href="http://rubyforge.org/frs/download.php/29263/ruby186-26.exe" rel="nofollow noreferrer">ruby186-26.exe</a> from <a href="http://rubyforge.org/frs/?group_id=167" rel="nofollow noreferrer">RubyForge</a>, as suggested at <a href="http://watir.com/installation/" rel="nofollow noreferrer">watir.com/installation</a>.</p> <pre><code>C:\&gt;ruby -v ruby 1.8.6 (2007-09-24 patchlevel 111) [i386-mswin32] C:\&gt;gem env RubyGems Environment: - VERSION: 0.9.4 (0.9.4) - INSTALLATION DIRECTORY: c:/ruby/lib/ruby/gems/1.8 - GEM PATH: - c:/ruby/lib/ruby/gems/1.8 - REMOTE SOURCES: - http://gems.rubyforge.org </code></pre> <p>Automatic RubyGems update did not work:</p> <pre><code>C:\&gt;gem update --system Updating RubyGems... ERROR: While executing gem ... (Gem::RemoteSourceException) HTTP Response 302 </code></pre> <p>I have downloaded <a href="http://rubyforge.org/frs/?group_id=126" rel="nofollow noreferrer">rubygems-update-1.3.7.gem</a> from <a href="http://rubyforge.org/frs/?group_id=126" rel="nofollow noreferrer">RubyForge</a>, copied it to the folder where I have command prompt open (<code>C:\</code> in this example) and installed:</p> <pre><code>C:\&gt;gem install rubygems-update-1.3.7.gem Successfully installed rubygems-update, version 1.3.7 Installing ri documentation for rubygems-update-1.3.7... Installing RDoc documentation for rubygems-update-1.3.7... Could not find main page README Could not find main page README Could not find main page README Could not find main page README C:\&gt;update_rubygems RubyGems 1.3.7 installed ... </code></pre> <p>To make sure I have the latest RubyGems:</p> <pre><code>C:\&gt;gem env RubyGems Environment: - RUBYGEMS VERSION: 1.3.7 - RUBY VERSION: 1.8.6 (2007-09-24 patchlevel 111) [i386-mswin32] - INSTALLATION DIRECTORY: c:/ruby/lib/ruby/gems/1.8 - RUBY EXECUTABLE: c:/ruby/bin/ruby.exe - EXECUTABLE DIRECTORY: c:/ruby/bin - RUBYGEMS PLATFORMS: - ruby - x86-mswin32-60 - GEM PATHS: - c:/ruby/lib/ruby/gems/1.8 - C:/Documents and Settings/Administrator/.gem/ruby/1.8 - GEM CONFIGURATION: - :update_sources =&gt; true - :verbose =&gt; true - :benchmark =&gt; false - :backtrace =&gt; false - :bulk_threshold =&gt; 1000 - REMOTE SOURCES: - http://rubygems.org/ </code></pre> <p>Now Watir did not want to install:</p> <pre><code>C:\&gt;gem install watir ERROR: Error installing watir: activesupport requires Ruby version &gt;= 1.8.7. </code></pre> <p>I have installed activesupport-2.3.8 as <a href="http://groups.google.com/group/watir-general/browse_thread/thread/cd2ce989784fa854" rel="nofollow noreferrer">suggested by Charley Baker</a>, and I was able to install Watir:</p> <pre><code>C:\&gt;gem install activesupport --version="2.3.8" Successfully installed activesupport-2.3.8 1 gem installed Installing ri documentation for activesupport-2.3.8... Installing RDoc documentation for activesupport-2.3.8... C:\&gt;gem install watir Successfully installed firewatir-1.6.5 Successfully installed nokogiri-1.4.3.1-x86-mswin32 Successfully installed watir-1.6.5 3 gems installed ... </code></pre>
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload