[wtr-general] Re: using firewatir on the mac

2009-11-25 Thread Željko Filipin
On Wed, Nov 25, 2009 at 1:16 PM, joshmoore  wrote:
> Hi, I am new to using watir.  I am trying to use firewatir on my mac but
whenever I try to load it I get this exception:
> irb(main):002:0> require 'firewatir'
> NoMethodError: undefined method `demodulize' for "FireWatir::Pre":String

Works for me just fine (Mac OS X 10.5.8):

$ ruby -v
ruby 1.8.6 (2008-08-11 patchlevel 287) [universal-darwin9.0]

$ gem list firewatir
*** LOCAL GEMS ***
firewatir (1.6.5)

$ irb
>> require "firewatir"
=> true

Can you post your Mac OS, Ruby and Firewatir versions?

Željko

--~--~-~--~~~---~--~~
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
-~--~~~~--~~--~--~---



[wtr-general] Re: using firewatir on the mac

2009-11-25 Thread joshmoore
Here are my specs


$ ruby -v
ruby 1.8.7 (2009-06-12 patchlevel 174) [i686-darwin10]

$ gem list --local | grep firewatir
firewatir (1.6.5)

require 'firewatir'
NoMethodError: undefined method `demodulize' for "FireWatir::Pre":String
from 
/opt/local/lib/ruby/gems/1.8/gems/firewatir-1.6.5/lib/firewatir/elements/non_control_element.rb:6:in
 `inherited'
from 
/opt/local/lib/ruby/gems/1.8/gems/firewatir-1.6.5/lib/firewatir/elements/non_control_elements.rb:2
from /opt/local/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:31:in 
`gem_original_require'
from /opt/local/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:31:in 
`require'
from 
/opt/local/lib/ruby/gems/1.8/gems/firewatir-1.6.5/lib/firewatir.rb:15
from /opt/local/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:36:in 
`gem_original_require'
from /opt/local/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:36:in 
`require'
from (irb):3
from /opt/local/lib/ruby/site_ruby/1.8/rubygems/exceptions.rb:77


I am using Mac OS X 10.6.2

On Nov 25, 2009, at 8:29 PM, Željko Filipin wrote:

> On Wed, Nov 25, 2009 at 1:16 PM, joshmoore  wrote:
> > Hi, I am new to using watir.  I am trying to use firewatir on my mac but 
> > whenever I try to load it I get this exception:
> > irb(main):002:0> require 'firewatir'
> > NoMethodError: undefined method `demodulize' for "FireWatir::Pre":String
> 
> Works for me just fine (Mac OS X 10.5.8):
> 
> $ ruby -v
> ruby 1.8.6 (2008-08-11 patchlevel 287) [universal-darwin9.0]
> 
> $ gem list firewatir
> *** LOCAL GEMS ***
> firewatir (1.6.5)
> 
> $ irb
> >> require "firewatir"
> => true
> 
> Can you post your Mac OS, Ruby and Firewatir versions?
> 
> Željko
> 
> > 


--~--~-~--~~~---~--~~
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
-~--~~~~--~~--~--~---



[wtr-general] Re: using firewatir on the mac

2009-11-25 Thread Željko Filipin
On Wed, Nov 25, 2009 at 1:39 PM, joshmoore  wrote:
> ruby 1.8.7 (2009-06-12 patchlevel 174) [i686-darwin10]
> I am using Mac OS X 10.6.2

My guess is that it is a problem with Ruby 1.8.7. It could be a problem with
Mac OS 10.6 too. Do you have another Mac machine with Ruby 1.8.6 to try it
there?

Željko

--~--~-~--~~~---~--~~
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
-~--~~~~--~~--~--~---



[wtr-general] Re: using firewatir on the mac

2009-11-25 Thread Ethan
String#demodulize is an activesupport method. try running `gem update
activesupport` (or `gem install activesupport` if you don't have it
installed at all)


On Wed, Nov 25, 2009 at 07:44, Željko Filipin  wrote:

> On Wed, Nov 25, 2009 at 1:39 PM, joshmoore  wrote:
> > ruby 1.8.7 (2009-06-12 patchlevel 174) [i686-darwin10]
> > I am using Mac OS X 10.6.2
>
> My guess is that it is a problem with Ruby 1.8.7. It could be a problem
> with Mac OS 10.6 too. Do you have another Mac machine with Ruby 1.8.6 to try
> it there?
>
>
> Željko
>
> >
>

--~--~-~--~~~---~--~~
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
-~--~~~~--~~--~--~---



[wtr-general] Re: using firewatir on the mac

2009-11-25 Thread joshmoore
Ethan, that fixed it thanks!

Josh


On Nov 25, 2009, at 11:29 PM, Ethan wrote:

> String#demodulize is an activesupport method. try running `gem update 
> activesupport` (or `gem install activesupport` if you don't have it installed 
> at all)
> 
> 
> On Wed, Nov 25, 2009 at 07:44, Željko Filipin  
> wrote:
> On Wed, Nov 25, 2009 at 1:39 PM, joshmoore  wrote:
> > ruby 1.8.7 (2009-06-12 patchlevel 174) [i686-darwin10]
> > I am using Mac OS X 10.6.2
> 
> My guess is that it is a problem with Ruby 1.8.7. It could be a problem with 
> Mac OS 10.6 too. Do you have another Mac machine with Ruby 1.8.6 to try it 
> there?
> 
> 
> Željko
> 
> 
> 
> 
> > 


--~--~-~--~~~---~--~~
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
-~--~~~~--~~--~--~---



[wtr-general] Re: using firewatir on the mac

2009-11-25 Thread Charley Baker
Just out of curiosity, how did you install and which version are you
running?

-c

On Wed, Nov 25, 2009 at 5:04 PM, joshmoore  wrote:

> Ethan, that fixed it thanks!
>
> Josh
>
>
> On Nov 25, 2009, at 11:29 PM, Ethan wrote:
>
> String#demodulize is an activesupport method. try running `gem update
> activesupport` (or `gem install activesupport` if you don't have it
> installed at all)
>
>
> On Wed, Nov 25, 2009 at 07:44, Željko Filipin <
> zeljko.fili...@wa-research.ch> wrote:
>
>> On Wed, Nov 25, 2009 at 1:39 PM, joshmoore  wrote:
>> > ruby 1.8.7 (2009-06-12 patchlevel 174) [i686-darwin10]
>> > I am using Mac OS X 10.6.2
>>
>> My guess is that it is a problem with Ruby 1.8.7. It could be a problem
>> with Mac OS 10.6 too. Do you have another Mac machine with Ruby 1.8.6 to try
>> it there?
>>
>>
>> Željko
>>
>>
>>
>
>
>
>
> >
>

--~--~-~--~~~---~--~~
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
-~--~~~~--~~--~--~---



[wtr-general] Re: using firewatir on the mac

2009-11-25 Thread joshmoore
I installed rails 2.3.4 (sudo gem install rails -v=2.3.4).  My problem was that 
I was playing around with rails 3 pre gems and they do not seem to have the 
String#demodulize method.

Josh

On Nov 26, 2009, at 8:38 AM, Charley Baker wrote:

> Just out of curiosity, how did you install and which version are you running? 
> 
> -c
> 
> On Wed, Nov 25, 2009 at 5:04 PM, joshmoore  wrote:
> Ethan, that fixed it thanks!
> 
> Josh
> 
> 
> On Nov 25, 2009, at 11:29 PM, Ethan wrote:
> 
>> String#demodulize is an activesupport method. try running `gem update 
>> activesupport` (or `gem install activesupport` if you don't have it 
>> installed at all)
>> 
>> 
>> On Wed, Nov 25, 2009 at 07:44, Željko Filipin 
>>  wrote:
>> On Wed, Nov 25, 2009 at 1:39 PM, joshmoore  wrote:
>> > ruby 1.8.7 (2009-06-12 patchlevel 174) [i686-darwin10]
>> > I am using Mac OS X 10.6.2
>> 
>> My guess is that it is a problem with Ruby 1.8.7. It could be a problem with 
>> Mac OS 10.6 too. Do you have another Mac machine with Ruby 1.8.6 to try it 
>> there?
>> 
>> 
>> Željko
>> 
>> 
>> 
>> 
>> 
> 
> 
> 
> 
> 
> > 


--~--~-~--~~~---~--~~
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
-~--~~~~--~~--~--~---



[wtr-general] Re: using firewatir on the mac

2009-12-02 Thread b...@pettichord.com
I think Jari removed the activesupport dependency from watir/firewatir
1.6.5. Could this be something that was missed?

Bret

On Nov 25, 6:04 pm, joshmoore  wrote:
> Ethan, that fixed it thanks!
>
> Josh
>
> On Nov 25, 2009, at 11:29 PM, Ethan wrote:
>
> > String#demodulize is an activesupport method. try running `gem update 
> > activesupport` (or `gem install activesupport` if you don't have it 
> > installed at all)
>
> > On Wed, Nov 25, 2009 at 07:44, Željko Filipin 
> >  wrote:
> > On Wed, Nov 25, 2009 at 1:39 PM, joshmoore  wrote:
> > > ruby 1.8.7 (2009-06-12 patchlevel 174) [i686-darwin10]
> > > I am using Mac OS X 10.6.2
>
> > My guess is that it is a problem with Ruby 1.8.7. It could be a problem 
> > with Mac OS 10.6 too. Do you have another Mac machine with Ruby 1.8.6 to 
> > try it there?
>
> > Željko

-- 
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