Programming Ruby 1.9: The Pragmatic Programmers' Guide (Facets of Ruby)

Category: Programming
Author: David Thomas
4.0
All Stack Overflow 7

Comments

by anonymous   2017-08-20

If you're new to rails I recommend you read a book before you dive into the API documentation.

Here are two recommendations:

After you've worked your way through those books, you'll have an idea of how Rails is designed and where to look for stuff.

Both books are great reference books. If you want to access the Rails and Ruby API's online, make sure to checkout RailsApi.com

by anonymous   2017-08-20

If you don't know ruby then these 3 books will bring you up to speed relatively quickly. The nice thing is that you can use "Design Patterns in Ruby" as your primary text and the other 2 as reference texts (although you should definitely read "The Ruby Programming Language" all the way through at some point):

  1. The Ruby Programming Language
  2. The Pickaxe Book
  3. Design Patterns in Ruby
by anonymous   2017-08-20

My favourites are:

  • Mr. Neighborly's Humble Little Ruby Book (online)
  • Programming Ruby (1.9) (book)
  • Why's (Poignant) Guide to Ruby (online)
  • Try Ruby in your browser (interactive)