FreeTechBooks.com Homepage
FreeTechBooks.com
Free Online Computer Science and Programming Books, Textbooks, and Lecture Notes


Free Study Notes on Ruby [URL's removed]
Reply with quote
Free Study Notes on Ruby

Author : Satish Talim
Publication Date : August 31, 2007

Terms and Conditions:

Satish Talim wrote:
You may freely copy and distribute this eBook as long as you do not modify the text or remove this copyright notice. You must not make any charge for this eBook.

Review:

Satish Talim's Free Study Notes on Ruby is a step-by-step tutorial to programming in Ruby. This book tries to cover almost everything about Ruby: basic syntax, variables, input, classes, objects, methods, arrays, ranges, code blocks, random numbers, file access, object oriented programming, exception handling, object serialization, regular expressions, special classes, Ruby/Tk, Ruby/MySQL and JRuby.

The examples are tested inside MS Windows platform. Fortunately, except for obvious differences in file system structure, the examples can be applied in Linux platform as well. To try the examples, readers are required to install Ruby interpreter first. This book uses SciTE Text Editor as the IDE.

Ubuntu users can install them simply by entering:

Code:
sudo apt-get install ruby ri irb rdoc scite

My only concern with this book has to do with its lack of structure inside the PDF version. Chapters are not enumerated and pages are only half-filled, bloating the entire document to 310 pages and making document navigation uncomfortable at best.

Intended Audience:

Readers are expected to have a basic programming knowledge. Familiarity with object oriented programming would help but not required. Those who want to learn basic programming skills along with their implementation in Ruby are recommended to read Chris Pine's Learn To Program. The last part with JRuby requires some familiarity with Java.

While this book does not specifically cover Rail, it gives some basic knowledge needed to understand Rails code. Inside this book you will also find numerous references to David Black's Ruby for Rails.

Arrow View/Download Free Study Notes on Ruby -- URL's removed - the book is no longer freely available.

ndaru
Site Admin

Joined: 09 Oct 2004
Posts: 742
View user's profileSend private message
  
   
 Reply to topic