Difference between revisions of "Useful Ruby Links and Resources"

From Techotopia
Jump to: navigation, search
(New page: 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 f...)
 
m (Text replacement - "<<htmlet>" to "<htmlet>")
 
(4 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.
  
Line 5: Line 8:
 
[http://www.linuxtopia.org/online_books/programming_books/ruby_guide/index.html Ruby User Guide] - The original Ruby User Guide written by Matz, the creator of Ruby.
 
[http://www.linuxtopia.org/online_books/programming_books/ruby_guide/index.html Ruby User Guide] - The original Ruby User Guide written by Matz, the creator of Ruby.
  
[http://www.linuxtopia.org/online_books/programming_books/ruby_tutorial/index.html] - The first edition of the Pragmatic Programmers Guide to Ruby. Probably the best book ever writtten about Ruby.
+
[http://www.linuxtopia.org/online_books/programming_books/ruby_tutorial/index.html Programming Ruby] - The first edition of the Pragmatic Programmers Guide to Ruby. Probably the best book ever written about Ruby.

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.