Difference between revisions of "Useful Ruby Links and Resources"
From Techotopia
(→Online Guides) |
(→Online Guides) |
||
Line 5: | Line 5: | ||
[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 Programming Ruby] - The first edition of the Pragmatic Programmers Guide to Ruby. Probably the best book ever | + | [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. |
Revision as of 21:25, 2 December 2007
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.