> > Željko, that was the issue, so thank you very much. I thought with > "require rubygems" that my local installed gems would be available to the > script, but now I know to explicitly call them. In listening to the > podcast I've heard some discussion on having frameworks or settings where > certain common required gems can be built in, but I'm still in need of > developing stronger Ruby and Watir knowledge. Currently I use Sublime Text > 2 with the rubytest package installed (autocomplete), but eventually will > explore, rspec, cucumber, rasta, watircraft, rubymine etc. to determine > what would be the most useful. I heard you have shared a screencast on the > blog which I'll check out when I get a chance since that sounds related. > thanks again- Matt >
======== > > My guess is that you did nto require tiny_tds. Try this: > > require "rubygems" > require "tiny_tds" > client = TinyTds::Client.new(:username => 'username', :password => > 'password', :host => 'hostname') > > Željko > -- > filipin.eu > -- Before posting, please read http://watir.com/support. In short: search before you ask, be nice. [email protected] http://groups.google.com/group/watir-general [email protected]
