Account Options

  1. Sign in
The old Google Groups will be going away soon.
Switch to the new Google Groups.
Google Groups Home
« Groups Home
Does Watir work with ruby 1.9.1
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  5 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Karthikeyan K  
View profile  
 More options Feb 20 2009, 12:24 am
From: Karthikeyan K <mailkar...@gmail.com>
Date: Thu, 19 Feb 2009 21:24:20 -0800 (PST)
Local: Fri, Feb 20 2009 12:24 am
Subject: Does Watir work with ruby 1.9.1
Since Ruby 1.9.1 is out, I tried installing and it. Now I have problem
with Watir is it is throwing error on loading libraries (syntax
error). So my question is, is watir comapatible with Ruby 1.9.1?

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Bret Pettichord  
View profile  
 More options Feb 20 2009, 11:16 am
From: Bret Pettichord <b...@pettichord.com>
Date: Fri, 20 Feb 2009 10:16:56 -0600
Local: Fri, Feb 20 2009 11:16 am
Subject: Re: [wtr-general] Does Watir work with ruby 1.9.1
I'm not even sure if Watir works with Ruby 1.8.7. Does any one know?

Bret


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
infoDrone  
View profile  
 More options Feb 23 2009, 10:05 am
From: infoDrone <xrandywe...@yahoo.com>
Date: Mon, 23 Feb 2009 07:05:33 -0800 (PST)
Local: Mon, Feb 23 2009 10:05 am
Subject: Re: Does Watir work with ruby 1.9.1
I have had success using Watir with 1.8.7, but I haven't gotten around
to trying it with 1.9 yet.

On Feb 20, 10:16 am, Bret Pettichord <b...@pettichord.com> wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
German  
View profile  
 More options Mar 4 2009, 8:28 am
From: German <germanamora...@gmail.com>
Date: Wed, 4 Mar 2009 05:28:53 -0800 (PST)
Local: Wed, Mar 4 2009 8:28 am
Subject: Re: Does Watir work with ruby 1.9.1
Hi,

I was trying the same and got errors too. I add more details below.

There problems are caused by required libs that were yet not migrated
to Ruby 1.9.

Here is what i got after i installed a fresh Ruby (1.9.1), then
RubyGems (1.3.1), then Watir (1.6.2):

c:/ruby1.9/lib/ruby/gems/1.9.1/gems/user-choices-1.1.6/lib/user-
choices/arglist-strategies.rb:152: warning: else without rescue is
useless
c:/ruby1.9/lib/ruby/gems/1.9.1/gems/user-choices-1.1.6/lib/user-
choices.rb:1:in `require': c:/ruby1.9/lib/ruby/gems/1.9.1/gems/user-
choices-1.1.6/lib/user-choices/arglist-strategies.rb:148: syntax
error, unexpected ':', expecting keyword_then or ',' or ';' or
'\n' (SyntaxError)
      when 0: # This is not considered an error because another source
             ^
c:/ruby1.9/lib/ruby/gems/1.9.1/gems/user-choices-1.1.6/lib/user-
choices/arglist-strategies.rb:178: syntax error, unexpected
keyword_end, expecting $end
    from c:/ruby1.9/lib/ruby/gems/1.9.1/gems/user-choices-1.1.6/lib/
user-choices.rb:1:in `<top (required)>'
    from c:/ruby1.9/lib/ruby/gems/1.9.1/gems/commonwatir-1.6.2/lib/
watir/options.rb:3:in `require'
    from c:/ruby1.9/lib/ruby/gems/1.9.1/gems/commonwatir-1.6.2/lib/
watir/options.rb:3:in `<top (required)>'
    from c:/ruby1.9/lib/ruby/gems/1.9.1/gems/commonwatir-1.6.2/lib/
watir/browser.rb:2:in `require'
    from c:/ruby1.9/lib/ruby/gems/1.9.1/gems/commonwatir-1.6.2/lib/
watir/browser.rb:2:in `<top (required)>'
    from c:/ruby1.9/lib/ruby/gems/1.9.1/gems/commonwatir-1.6.2/lib/
watir.rb:6:in `require'
    from c:/ruby1.9/lib/ruby/gems/1.9.1/gems/commonwatir-1.6.2/lib/
watir.rb:6:in `<top (required)>'

The problem is that (the installed version of) the "user-choices" lib
is not migrated to Ruby 1.9.
The error is described here:
   http://intertwingly.net/slides/2008/oscon/ruby19/17

Bye,

German


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Thomas Preymesser  
View profile  
 More options Mar 4 2009, 10:43 am
From: Thomas Preymesser <tho...@gmail.com>
Date: Wed, 4 Mar 2009 16:43:53 +0100
Local: Wed, Mar 4 2009 10:43 am
Subject: Re: [wtr-general] Does Watir work with ruby 1.9.1
2009/2/20 Karthikeyan K <mailkar...@gmail.com>:

> Since Ruby 1.9.1 is out, I tried installing and it. Now I have problem
> with Watir is it is throwing error on loading libraries (syntax
> error). So my question is, is watir comapatible with Ruby 1.9.1?

in general you can look for 1.9 compatibility at http://isitruby19.com/

-Thomas

--
Thomas Preymesser
tho...@gmail.com
http://thopre.googlepages.com/
http://thopre.wordpress.com/


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »