#741 in Computers & technology books
Use arrows to jump to the previous/next product

Reddit mentions of The Well-Grounded Rubyist

Sentiment score: 4
Reddit mentions: 7

We found 7 Reddit mentions of The Well-Grounded Rubyist. Here are the top ones.

The Well-Grounded Rubyist
Buying options
View on Amazon.com
or
    Features:
  • O'Reilly Media
Specs:
Height9.25 Inches
Length7.5 Inches
Number of items1
Weight2.02384356516 Pounds
Width1.25 Inches

idea-bulb Interested in what Redditors like? Check out our Shuffle feature

Shuffle: random products popular on Reddit

Found 7 comments on The Well-Grounded Rubyist:

u/VancouverLogo · 6 pointsr/ruby

I strongly recommended The Well Grounded Rubyist

This gives you a great foundation, it's extremely well written and a nice reference to go back to.

I also recommend Practical Object Oriented Design in Ruby

This book is just amazing. If you're new to object oriented programming, and even if you have a bit of experience, this is going to improve your skills dramatically.

Good luck!

u/Johnny_Walker_Red · 5 pointsr/rubyonrails

The Rails 4 Way is excellent. It really covers everything, filling in gaps that you may have in your knowledge.


I would suggest reading this once you have a bit of rails knowledge. I've read the book over twice, and it was responsible for a surge in my rails knowledge/abilities.


I would actually suggest you make sure your understanding of Ruby is absolutely solid before you read the Rails 4 Way. It's not necessary, but I think the best way to learn Rails is to first have a full understanding of Ruby. That way, you truly understand what's going on under the hood when you're learning about various Rails features.


For Ruby, I recommend The Well-Grounded Rubyist. This is a great book, and it doesn't require you to code along with it (thought it does allow you to if you want, and it comes with sample code you can download).

u/nickwtf · 4 pointsr/dailyprogrammer

I'm just finishing up a book now called The Well-Grounded Rubyist. This is one of the best introductory language books I've read. I'd recommend it most for someone who has some familiarity with other OO languages. Moves fast.

u/TWR9939 · 3 pointsr/ruby

Nice work! Coming from python, when I started learning Ruby I was kind of miffed at the absence of something like this. However I found David Black's The Well-Grounded Rubyist to be a decent substitute.

u/Muchaccho · 2 pointsr/ruby

For me, these two books are essential:

u/riceprince · 2 pointsr/learnprogramming

Learning Rails is harder without coding. I recommend Ruby books instead: Practical Object-Oriented Design in Ruby and The Well-Grounded Rubyist.