devroom.io/content/posts/2007-06-10-ultimate-list-of-ruby-resources.md

46 lines
3.8 KiB
Markdown
Raw Normal View History

2015-03-26 11:28:08 +00:00
+++
date = "2007-06-10"
title = "Ultimate List of Ruby Resources"
tags = ["General", "Web Development", "RubyOnRails", "Features", "Lists", "Ruby"]
slug = "ultimate-list-of-ruby-resources"
2017-09-11 12:20:15 +00:00
description = "The ultimate list. No list is better than this one."
2015-03-26 11:28:08 +00:00
+++
This is the first post, named "Ruby", in a series of "Ultimate List of ... Resources". I'm going to compose several lists for different topics I encounter during my development work. To start, I begin with Ruby. Later, I will add "Ultimate Lists" about Ruby on Rails, Subversion, AJAX and some other topics.
Feel free to <a href="/contact">let me know</a> if I missed an important resource. I'm also open to suggestions about other "Ultimate Lists".
For now, you'll have to settle for the "Ultimate List of Ruby Resources".
<!--more-->
<strong>Books</strong>
<ol>
<li><a href="http://www.amazon.com/gp/redirect.html%3FASIN=0974514055%26tag=ariejannet-20%26lcode=xm2%26cID=2025%26ccmID=165953%26location=/o/ASIN/0974514055%253FSubscriptionId=02ZH6J1W0649DTNS6002">"Programming Ruby: The Pragmatic Programmers' Guide, Second Edition"</a> by Dave Thomas, Chad Fowler and Andy Hunt</li>
<li><a href="http://www.amazon.com/gp/redirect.html%3FASIN=0672328844%26tag=ariejannet-20%26lcode=xm2%26cID=2025%26ccmID=165953%26location=/o/ASIN/0672328844%253FSubscriptionId=02ZH6J1W0649DTNS6002">"The Ruby Way, Second Edition: Solutions and Techniques in Ruby Programming"</a> by Hal Fulton</li>
<li><a href="http://www.amazon.com/gp/redirect.html%3FASIN=0596523696%26tag=ariejannet-20%26lcode=xm2%26cID=2025%26ccmID=165953%26location=/o/ASIN/0596523696%253FSubscriptionId=02ZH6J1W0649DTNS6002">"Ruby Cookbook"</a> by Lucas Carlson, Leonard Richardson</li>
<li><a href="http://www.amazon.com/gp/redirect.html%3FASIN=0977616614%26tag=ariejannet-20%26lcode=xm2%26cID=2025%26ccmID=165953%26location=/o/ASIN/0977616614%253FSubscriptionId=02ZH6J1W0649DTNS6002">"Everyday Scripting with Ruby: For Teams, Testers, and You" by Brian Marick</a></li>
<li><a href="http://www.amazon.com/gp/redirect.html%3FASIN=1590597664%26tag=ariejannet-20%26lcode=xm2%26cID=2025%26ccmID=165953%26location=/o/ASIN/1590597664%253FSubscriptionId=02ZH6J1W0649DTNS6002">"Beginning Ruby: From Novice to Professional"</a> by Peter Cooper</li>
<li><a href="http://www.amazon.com/gp/redirect.html%3FASIN=0596002149%26tag=ariejannet-20%26lcode=xm2%26cID=2025%26ccmID=165953%26location=/o/ASIN/0596002149%253FSubscriptionId=02ZH6J1W0649DTNS6002">"Ruby In A Nutshell"</a> by Yukihiro Matsumoto</li>
<li><a href="http://www.amazon.com/gp/redirect.html%3FASIN=0976694069%26tag=ariejannet-20%26lcode=xm2%26cID=2025%26ccmID=165953%26location=/o/ASIN/0976694069%253FSubscriptionId=02ZH6J1W0649DTNS6002">"Enterprise Integration with Ruby"</a> by Maik Schmidt</li>
</ol>
<strong>Online manuals and API's</strong>
<ol start="8">
<li><a href="http://www.noobkit.com/">Noobkit</a> — Easily searchable Ruby API</li>
<li><a href="http://www.ruby-doc.org/core">Core API documentation</a></li>
<li><a href="http://www.ruby-doc.org/stdlib/">Ruby Standard Library</a></li>
</ol>
<strong>Groups, chat, forums, wiki and other community websites</strong>
<ol start="11">
<li><a href="http://www.ruby-forum.com/forum/4">Ruby Forum: Ruby</a></li>
<li><a href="http://www.ruby-forum.com/forum/14">Ruby Forum: Ruby Core</a></li>
<li><a href="http://groups.google.com/group/comp.lang.ruby/topics?lnk=srg">comp.lang.ruby</a> — Newsgroup</li>
<li><a href="http://groups.google.com/group/ruby-talk-google">Ruby-talk-google</a> — Google Group</li>
</ol>
<strong>Ruby Blogs</strong> (is yours listed yet? — <a href="/contact">Let me know!</a>)
<ol start="15">
<li><a href="http://www.oreillynet.com/ruby/">O'Reilly Ruby Blog</a></li>
<li><a href="http://www.rubyinside.com/">Ruby Inside</a></li>
<li><a href="http://www.rubycorner.com/">RubyCorner</a></li>
</ol>