: 
http://rubylearning.com/
http://rubylearning.com/satishtalim/tutorial.html
http://rubylearning.com/download/downloads.html
http://rubylearning.com/other/certification.html
http://rubylearning.com/blog/
http://rubylearning.com/other/ruby_news.html
http://rubylearning.com/other/testimonials.html
http://rubylearning.com/jobs/ruby_jobs.html
http://rubylearning.com/other/ruby_gurus.html
http://rubylearning.com/satishtalim/services.html
http://rubylearning.com/contact/contact.html
http://rubylearning.com/satishtalim/about.html


Using these Notes


The study notes is a step-by-step tutorial to programming in Ruby and you can follow it page by page, reading the text and running the sample programs. There are no large applications in this book - just small, self-contained sample programs.

On the left-hand side of the site, you will find a menu-item named Table of Contents. This contains links to all the topics you require to study the Ruby programming language. Also, at the bottom of every page you will see the Learning Ruby Navigation that takes you to either the Previous, Next page or the Table of Contents.


Any source code in these study notes, is written like this:


def hello

  puts 'hello'

end


Explanatory notes (generally provides some hints or gives a more in-depth explanation of some point mentioned in the text) are shown in a shaded box like this:

This is an explanatory note related to Ruby. You can skip it if you like - but if you do so, you may miss something of interest-!

This explains how the relevant Ruby topic is being used in Rails.


When there is a sample program to accompany the code, the program name is shown like this: hello.rb




Learning Ruby Navigation                                                                                                         <TOC  |  Installation>