  |
Try Ruby - http://tryruby.hobix.com/
Beginner's basic tutorial, online, interactive, works in Web browser, has Ruby interpreter above with lessons below. |
  |
Ruby User's Guide - http://www.rubyist.net/~slagell/ruby/
Original Japanese version by matz. First English translation by GOTO Kentaro and Julian Fondren. Further translation and editing by Mark Slagell. |
  |
Ruby FAQ - http://www.rubycentral.com/faq/
Questions and official answers on Ruby. |
  |
RubyCocoa Resources - http://www.rubycocoa.com/
Documentation and examples, as digital books, for RubyCocoa, a bridge between Ruby and Objective-C, a way to make desktop programs with Ruby. |
  |
Ruby Programming - http://www.ibm.com/developerworks/spaces/ruby
IBM developerWorks group space: articles, podcasts, RSS feeds, courses. |
  |
Phrogz - http://phrogz.net/ProgrammingRuby/
By David Thomas and Andrew Hunt. Offers a beginner guide to start with the language. |
  |
Learning Ruby - http://www.math.umd.edu/~dcarrera/ruby/0.3/
By Daniel Carrera. Introduces programming, Ruby, assumes familiarity with computers in Unix X Terminal environment, but not Ruby; simple descriptions, many screenshots. Unfinished, but well done and useful for what is done. |
  |
Thirty-seven Reasons I Love Ruby - http://rubyhacker.com/ruby37.html
By Hal Fulton. |
  |
Meshplex : Ruby Tutorial - http://www.meshplex.org/wiki/Ruby/
Provides a Ruby and Rails guide for beginners. |
  |
Things That Newcomers to Ruby Should Know - http://books.rubyveil.com/books/ThingsNewcomersShouldKnow/Introduction/ThingsNewcomersShouldKnow
List of most common problems in Ruby, in HTML, text. Table of contents, descriptions, code samples, links. By Bill Tjokroaminata. |
  |
Ruby Embedded into C++ - http://metaeditor.sourceforge.net/embed/
Describes how to embed Ruby interpreter in C++, gives skeleton to build on, treats concepts of embedding, advanced topics like SWIG. Descriptions, code, diagrams, links, news. |
  |
A Practical Introduction to Ruby: First Steps - http://coolnamehere.com/geekery/ruby/rubytut/part01.html
Beginners introduction, on installing Ruby, and writing a first simple script. |
  |
RubyLearning.com - http://rubylearning.com/
Set of thorough study notes, and class, for those new to Ruby and meeding a solid introduction to its concepts and constructs. By Satish Talim. |
  |
Ruby Tips - http://www.rubytips.org
Provides coding tips for the language's users. |
 |
Ruby-Doc.org - http://www.ruby-doc.org/
Ruby documentation project: links and downloads of programming information, on many aspects of Ruby. |