Need help to start with Ruby

Hi,
I am very new to Ruby. Can anybody please suggest any tutorial or web
based trainings that will help me to learn Ruby?

Thanks,
Shubhada

I found this quite helpful as a beginner:

Check out http://ruby-doc.org/

In particular: Programming Ruby: The Pragmatic Programmer's Guide
This is an on-line version of the first edition of the book “Programming
Ruby”, so it’s a little outdated, but as long as you are aware of this,
it’s still useful as an introduction and reference guide for the basic
stuff which hasn’t really changed much.
(You should of course get the latest edition of this book. It’s
available both in print and electronically from
Search .)

might be ok as well, but I haven’t really read it in detail.

If you’re looking for a basic intro to the language, this is pretty
good:
http://www.ruby-lang.org/en/documentation/quickstart/

If you can stand my voice, I have recorded my lectures for 2 ruby
classes and 1 rails class from my teaching if these classes at the
college where I teach. They are on YouTube and each class has about 30
lectures of varying length.

Dave

you can try http://rubymonk.com, which is a well-written site for Ruby
Beginners.

Thank you very much all…