This is a detailed beginner's introduction to Ruby. It covers general language constructs like loops, arrays, and collections, and it also covers more intermediate topics like regular expressions, file IO, object oriented programming, and exceptions.
This extensive tutorial runs through the main aspects of Ruby. It contains example code on the main constructs, using object-oriented aspects of the language, dealing with Exceptions, advanced topics, and more. It's a good start to getting your feet wet in Ruby.
A walkthrough of building an extension for Ruby in C with code examples that only take a few minutes to follow.
A run through of 21 tricks and tips (some arcane, some not) you can use in the Ruby programming language.
Symbols in Ruby are among the most confused aspects of the language. This tutorial covers what they're used for, when to use them, and their advantages and disadvantages.
A tutorial that gives a nice background on some object-oriented thinking in Ruby, including classes, superclasses, modules, and singleton methods. It's a straightforward tutorial aimed at those who have gotten their feet wet in Ruby, but not the object-oriented aspects of Ruby.
Ruby on Rails for Designers
So simple and easy I do not even need to speak in this screencast!
Be confused no more! metaclasses and metaprogramming explained with great ease.
Bind allows you to invoke actions whenever a file system event has occurred. For example refreshing any number of browsers concurrently in the background while editing website assets. This is a life saver for cross browser JavaScript, CSS, or even HTML web design.
Help us out! More and more tutorials are submitted to Good-Tutorials each day. We could use your help with finding good tutorials.
Mind lending a hand?