Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

Ruby

ARNOLD SANDERS
ARNOLD SANDERS
5,266 Points

Easy ActiveRecord for rails users

This is not a question. I just wanted to pass along a book that I recently had the pleasure of reading. I am a budding jr. rails developer. And have been developing full blast, for the past 4-5 months. And I use a lot of online resources in my development. A few days ago, I purchased this book called, "Easy ActiveRecord for rails developers" written by Jason Gilmore. And honestly, I really have to say, this book is like the holy grail of ActiveRecord information. Its a bit pricey but the book is outstanding. If you are a person that is serious about leveling up with rails, then pair this book with the treehouse tutorials and the sky is the limit.

3 Answers

I appreciate your explanation, I am still hungry for more books especially Jason Gilmore's book, lol. Though, your suggestion is really helpful. :-)

Thanks again.

ARNOLD SANDERS
ARNOLD SANDERS
5,266 Points

I haven't really focused much on TDD, so I haven't really bought any books in lieu of it. But the book I suggested here does focus on TDD in the most fundamental way. Via showing how to use RSPEC and the Factory-Girl gem deeply. I met an engineer for WeWork not too long ago and he was showing me the codebase that they built up around WeWork commons, which is their new product rollout, here in NY(probably other places too, not exactly sure). But his usage of factory girl and Rspec was the same way the author of this book had so eloquently described. So I got very excited about that. Especially when I was writing this suggestion. lol

As far as other books I suggest goes, i can only suggest what I have: Beginning Ruby by Peter Cooper Agile Web Development with rails 4 and Rails Views. All very good books. But the absolute best for actually building something that you will love with rails, I really have to say, Hands Down is this book. It walks you deeply through creating Business logic via the Models Layer. P.S sorry for beating around the bush....

Hi Arnold,

Awesome!

Thank you for great suggestion, I will definitely to check out this book to increase knowledge. Any other recommendation like TDD (Test-Driven Development)?