DEV Community

Discussion on: What resources to learn Ruby On Rails?

Collapse
 
miah profile image
Miah Johnson

These two books were the foundation of my Ruby Education:

The Well Grounded Rubyist by David A Black
Practical Object Oriented Design by Sandi Metz

WGR gave me the basics of the language and a working knowledge the Ruby Standard Library.
POODR taught me what Object Oriented Programming was and how two write Ruby.

Eloquent Ruby by Russ Olsen is a excellent read as well and will help you write idiomatic Ruby.