[wtr-general] using firewatir on the mac

2009-11-25 Thread joshmoore

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
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):2




--~--~-~--~~~---~--~~
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 zeljko.fili...@wa-research.ch 
 wrote:
 On Wed, Nov 25, 2009 at 1:39 PM, joshmoore joshsmo...@gmail.com 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 joshsmo...@gmail.com 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 joshsmo...@gmail.com 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
-~--~~~~--~~--~--~---