Live data from Hacker News

Ask HN: Books to Learn Ruby/Rails?

news.ycombinator.com

1–6 of 6 posts

Ask HN: Books to Learn Ruby/Rails?

#1
I started a new job where I need to get up to speed with RoR. I've dabbled with it a decade ago, and understand the scaffolding/generators/etc but still feel very out of place on actual fundamentals.

I have been doing lots of iOS, Python, React/Angular and Node.js/Express work for the last 10+ years so I am not looking for "how to learn to program" type books, more so understanding the patterns of Ruby/Rails.

Re: Ask HN: Books to Learn Ruby/Rails?

#2
I’d run through PragProg’s Agile Web with Rails first, and then The Rails 8 Way if you want a reference. Books are good, but jumping into videos from GoRails or Drifting Ruby might help more with real world patterns and problem solving with Rails.

Re: Ask HN: Books to Learn Ruby/Rails?

#3

I’d run through PragProg’s Agile Web with Rails first, and then The Rails 8 Way if you want a reference. Books are good, but jumping into videos from GoRails or Drifting Ruby might help more with real world patterns and problem solving with Rails.

My manager recommended Agile Web Rails 8. Will spend the weekend diving into that.