[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

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

2009-11-25 Thread joshmoore
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

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

2009-11-25 Thread joshmoore
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