up vote 13 down vote favorite
7
share [g+] share [fb]

Please share the link to ONE Ruby tutorial that you think deserves the title. If you have information about the intended target audience's skills, please include it in your answer as well. This will help readers choose an appropriate tutorial.

link|improve this question

feedback

7 Answers

up vote 13 down vote accepted

For beginners, it is Try Ruby! (in your browser)... and by leaps and bounds, i think.

link|improve this answer
1  
Every language should have something similar. Everyone who I have sent there to check it out has been extremely impressed and is always blown away. – mwilliams Oct 5 '08 at 1:16
This link appears to be broken now. – cletus Apr 17 '10 at 3:18
2  
tryruby.org – k00k May 13 '10 at 11:45
Tragically, I typed in 2+6 and the interpreter crashed. – Robert S. Nov 9 '10 at 1:15
It's not called "succeedruby.org" for a reason, Robert. – Profane Nov 28 '11 at 21:50
feedback

There's always the poignant guide, although not recommended if you're in a hurry and/or hate cartoon foxes.

link|improve this answer
feedback

I taught myself from the pickaxe book - the one online is the first edition but free, and physical copies are typically in bookstores whenever I look. The table of contents looks daunting, but running through the first few chapters gives you a pretty good overview of the language. The rest is either special case (Ruby and Tk, for example) or reference.

link|improve this answer
feedback

Here is another one: Learn to Program! There is an online version of the 2004 book available.

link|improve this answer
feedback

It's a bit outdated now, but the two Peepcode Rails episodes are very good, then I would recommend watching though some of the Railscasts tutorials to "update yourself" (they are very good, and cover smaller concepts, or plugins etc, so there are new ones every week or two)

link|improve this answer
Please note, that I was actually looking for general Ruby resources, not specifically Ruby on Rails. This answer is thus a bit off-topic, although many know Ruby only on Rails ;) – Martin Klinke Sep 23 '08 at 23:36
..err, oops.. Well, the Peepcode RoR videos does have a very good few-chapters on Ruby itself (which won't be nearly as outdated as the Rails specific stuff) – dbr Sep 25 '08 at 13:34
feedback

The Ruby Cookbook (Google Books)

link|improve this answer
feedback

PLEAC (Programming Language Examples Alike Cookbook) Like the Ruby cookbook but community maintained.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.