On Mon, Oct 26, 2009 at 4:48 PM, Aslak Hellesøy <aslak.helle...@gmail.com>
wrote:
>  What Ruby versions do people use to get Watir installed
> and working?

I have recently also had a fresh Ruby and Watir installation and had some
problems. I would recommend:

(from http://watir.com/installation/)

- ruby186-26.exe (http://rubyforge.org/frs/?group_id=167)
- gem update --system
- gem -v (check if you get 1.3.5)
- gem install watir (should install 1.6.2)

If that fails:

(from http://wiki.openqa.org/display/WTR/Development+Builds)

- ruby186-27_rc2.exe
- gem update --system
- gem -v (check if you get 1.3.5)
- download all 1.6.5.rc2 files from
http://wiki.openqa.org/display/WTR/Development+Builds
- gem install watir (should install 1.6.5.rc2)

Let us know if both fails.

Željko
--
watir.com - community manager
watirpodcast.com - host

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Watir General" group.
To post to this group, send email to watir-general@googlegroups.com
Before posting, please read the following guidelines: 
http://wiki.openqa.org/display/WTR/Support
To unsubscribe from this group, send email to 
watir-general-unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/watir-general
-~----------~----~----~----~------~----~------~--~---

Reply via email to