  |
Ruby-Doc.org - http://www.ruby-doc.org/
Ruby documentation project: links and downloads of programming information, on many aspects of Ruby. |
  |
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. |
  |
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. |
  |
Ruby FAQ - http://www.rubycentral.com/faq/
Questions and official answers on Ruby. |
  |
Ruby Programming - http://www.ibm.com/developerworks/spaces/ruby
IBM developerWorks group space: articles, podcasts, RSS feeds, courses. |
  |
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. |
  |
Ruby Slides - http://www.approximity.com/ruby/
Provides an introduction to the language with slides. [English, Russian, French] |
  |
Meshplex : Ruby Tutorial - http://www.meshplex.org/wiki/Ruby/
Provides a Ruby and Rails guide for beginners. |
  |
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. |
  |
ActiveRecord Without Rails - http://rails.aizatto.com/2007/05/21/activerecord-without-rails/
Provides a tutorial explaining how to use the active record library outside of a rails application. |