First Steps With Ruby
An introduction to Ruby for beginners. It discusses installation of Ruby and writing your first simple script.
url: coolnamehere.com/geekery/ruby/rubytut/
Learn to Program
By Chris Pine. Engaging beginner introduction to programming, via Ruby. Not only for Ruby newbies. Code examples are live, running input and output, as a constant quality check. Teaches one concept at a time. [Open Content]
url: pine.fm/LearnToProgram/
Learning Ruby
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.
url: www.math.umd.edu/~dcarrera/ruby/0.3/
Ruby Documentation Project
Links and downloads for Ruby programming documentation.
url: www.ruby-doc.org/
Ruby Embedded into C++
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.
url: metaeditor.sourceforge.net/embed/
Ruby FAQ
Questions and official answers on Ruby.
url: www.rubycentral.com/faq/
The Ruby Programming Language - Welcome
Introduction in Ruby langauge, including history, features, sample programs, resources, and bibliography.
url: www.users.drew.edu/aweigang/
Ruby User's Guide
Original Japanese version by matz. First English translation by GOTO Kentaro and Julian Fondren. Further translation and editing by Mark Slagell.
url: dev.faeriemud.org/ruby-uguide/uguide00.html
Rubydoc Project
Growing body of Ruby documentation, community authored via CVS, as HTML (multi- or one-page), DVI, PostScript, RTF, LaTeX. [Open Content, OPL]
url: www.rubydoc.org/book/
Things That Newcomers to Ruby Should Know
By Bill Tjokroaminata. List of most common 'gotchas' in this language, in HTML, text. Table of contents, descriptions, code samples, links.
url: www.glue.umd.edu/~billtj/ruby.html
Thirty-seven Reasons I Love Ruby
By Hal Fulton.
url: www.hypermetrics.com/ruby37.html