[wtr-general] Re: Ramping up your Ruby skills

2009-04-04 Thread Manish Sapariya
http://www.rubylearning.org/class/ I found this very helpful. The git class very informative. The hands on exercise is the most effective. There is already one ruby class going on, but new registrations are closed and new batch is scheduled in May. Regards, Manish Bret Pettichord wrote: > Peo

[wtr-general] Re: Ramping up your Ruby skills

2009-04-03 Thread Chuck van der Linden
one more vote here for Everyday Scripting.. Why's guide (mentioned by someone else early in the thread) was also interesting, and kind of helped me with some basic ruby mindset things in a way. On Apr 3, 1:05 pm, Jim Knowlton wrote: > I love Brian Marick's book because it really cuts through a

[wtr-general] Re: Ramping up your Ruby skills

2009-04-03 Thread Jim Knowlton
I love Brian Marick's book because it really cuts through all the "programmery" stuff that's interesting to development types but makes testers eyes glaze over, and talks about the core, basic stuff Watir developers need to know. I am a QA Engineer who had some Python experience when I picked up

[wtr-general] Re: Ramping up your Ruby skills

2009-04-03 Thread AR
I'm also a big fan of Marick's Everyday Scripting with Ruby: http://www.pragprog.com/titles/bmsft/everyday-scripting-with-ruby On Apr 3, 2:54 pm, Lisa Crispin wrote: > I mentioned it! > > > > On Fri, Apr 3, 2009 at 10:44 AM, Paul Rogers wrote: > > im surprised no one has mentioned Brian Marick

[wtr-general] Re: Ramping up your Ruby skills

2009-04-03 Thread Lisa Crispin
I mentioned it! On Fri, Apr 3, 2009 at 10:44 AM, Paul Rogers wrote: > im surprised no one has mentioned Brian Maricks book, > Everyday Scripting with > Ruby > Paul > > > On Fri, Apr 3, 2009 at 10:41 AM,

[wtr-general] Re: Ramping up your Ruby skills

2009-04-03 Thread Al Snow
: Fri, 3 Apr 2009 12:48:50 -0600 Subject: [wtr-general] Re: Ramping up your Ruby skills From: lisa.cris...@gmail.com To: watir-general@googlegroups.com I also went thru Chris Pine's book, although it didn't teach me much about OO programming. I have a lot of experience programming - it&#

[wtr-general] Re: Ramping up your Ruby skills

2009-04-03 Thread Lisa Crispin
I also went thru Chris Pine's book, although it didn't teach me much about OO programming. I have a lot of experience programming - it's the lack of OO skill that trips me up. Brian Marick's Everyday Scripting with Ruby was a big help, and of course the Pickaxe book. I bought Scripted GUI Testing

[wtr-general] Re: Ramping up your Ruby skills

2009-04-03 Thread Leigh
http://tryruby.hobix.com/ online tutorial, you just try ruby right in the browser, a great wait for someone to get started. My bookshelf includes, learn to program (I agree great for getting started), Everyday Scripting, the Pickaxe, and Ruby in a Nutshell. (learn to program and Ruby in a Nutshe

[wtr-general] Re: Ramping up your Ruby skills

2009-04-03 Thread Charley Baker
Brian's book is really good. Some other resources: # no list is complete without why's Poignant guide to Ruby: http://poignantguide.net/ruby/ # his interactive ruby in your browser lessons: http://tryruby.hobix.com/ The Ruby Way by Hal Fulton The Ruby Programming Language (Oreilly) by David Flan

[wtr-general] Re: Ramping up your Ruby skills

2009-04-03 Thread Paul Rogers
im surprised no one has mentioned Brian Maricks book, Everyday Scripting with Ruby Paul On Fri, Apr 3, 2009 at 10:41 AM, Wesley Chen wrote: > The book: Pragmatic Bookshelf, Programming Ruby 2nd is really

[wtr-general] Re: Ramping up your Ruby skills

2009-04-03 Thread Wesley Chen
The book: Pragmatic Bookshelf, Programming Ruby 2nd is really good for Ruby studying. Thanks. Wesley Chen. On Sat, Apr 4, 2009 at 12:18 AM, George wrote: > > Thanks for the links, Tiffany! > > On Apr 3, 9:02 am, Tiffany Fodor wrote: > > Hey Bret! > > > > For some this may be a little remedial

[wtr-general] Re: Ramping up your Ruby skills

2009-04-03 Thread George
Thanks for the links, Tiffany! On Apr 3, 9:02 am, Tiffany Fodor wrote: > Hey Bret! > > For some this may be a little remedial, but I really liked Chris > Pine's 'Learn to Program' tutorial.  He starts out assuming you > haven't ever written any code at all.  I hadn't written any code for > sever

[wtr-general] Re: Ramping up your Ruby skills

2009-04-03 Thread Bhavna Kumar
We have our testers work through the following before they get to Watir tutorials: http://www.ruby-lang.org/en/documentation/quickstart/ http://pine.fm/LearnToProgram/?Chapter=00 I agree with Tiffany; Chris Pine's tutorial is really good f

[wtr-general] Re: Ramping up your Ruby skills

2009-04-03 Thread Jeff Fry
I learned as much as I know from (a) the pickaxe book, (b) reading watir unit tests & source code, and (c) asking questions here and a bit on ruby-talk. On Fri, Apr 3, 2009 at 8:45 AM, Bret Pettichord wrote: > > People who are new to Watir often need to learn Ruby to be effective. > What resourc

[wtr-general] Re: Ramping up your Ruby skills

2009-04-03 Thread Tiffany Fodor
Hey Bret! For some this may be a little remedial, but I really liked Chris Pine's 'Learn to Program' tutorial. He starts out assuming you haven't ever written any code at all. I hadn't written any code for several years and this got me up and running in a couple of days. http://pine.fm/LearnTo