Difference between revisions of "Useful Ruby Links and Resources"

From Techotopia
Jump to: navigation, search
(Online Guides)
m (Text replacement - "<<htmlet>" to "<htmlet>")
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
 +
<htmlet>ruby</htmlet>
 +
 +
 
Now that you have finished reading [[Ruby Essentials]] you are probably keen to learn even more about this powerful programming language. This chapter contains a list of useful resources for the aspiring Ruby developer.
 
Now that you have finished reading [[Ruby Essentials]] you are probably keen to learn even more about this powerful programming language. This chapter contains a list of useful resources for the aspiring Ruby developer.
  

Latest revision as of 20:23, 9 February 2016

Purchase and download the full PDF and ePub editions of this Ruby eBook for only $8.99


Now that you have finished reading Ruby Essentials you are probably keen to learn even more about this powerful programming language. This chapter contains a list of useful resources for the aspiring Ruby developer.

Online Guides

Ruby User Guide - The original Ruby User Guide written by Matz, the creator of Ruby.

Programming Ruby - The first edition of the Pragmatic Programmers Guide to Ruby. Probably the best book ever written about Ruby.