Live data from Hacker News

Ask HN: Learning Ruby on Rails in 2022

news.ycombinator.com

1–10 of 16 posts

Re: Ask HN: Learning Ruby on Rails in 2022

#2
There's no best way, my friend.

Hartl's tutorial was where I started, many years ago. I think he keeps it updated.

The best way to learn web dev is to build the thing you want. You'll learn what you need as you go.

Re: Ask HN: Learning Ruby on Rails in 2022

#3
Start following the blog example Ruby on Rails tutorial on the Ruby and rails guides but at the same time try to learn the Ruby language more deeply than rails books introduce. There are few good Ruby books but I the most complete resource to learn Ruby deeply that I have found are the few excellent courses on it on pluralsight, especially the two courses by Alex Korban. Unfortunately pluralsight is a paid service but you could sign up temporarily for a few months to learn what you need. Also there are a bunch of really good Ruby language presentations on Ruby central on youtube

Re: Ask HN: Learning Ruby on Rails in 2022

#4
post #2

There's no best way, my friend. Hartl's tutorial was where I started, many years ago. I think he keeps it updated. The best way to learn web dev is to build the thing you want. You'll learn what you need as you go.

You can't go wrong following this advice. Please do.

Re: Ask HN: Learning Ruby on Rails in 2022

#6
I started with Sinatra first, the goal is to actually learn Ruby.

Then i go with Ruby on Rails, with help of some good tutorials. The point is, get accquainted with git, rails convention, testing and deployment.

Skip the Javascript part as most as possible first.

The important thing on this journey, is you'll eventually love Ruby, let it drive your fun, curiosity and happiness along the way.

Good luck!

Re: Ask HN: Learning Ruby on Rails in 2022

#8
post #2

There's no best way, my friend. Hartl's tutorial was where I started, many years ago. I think he keeps it updated. The best way to learn web dev is to build the thing you want. You'll learn what you need as you go.

I agree. The best questions will come when you look to answer your own passionate questions to build a project you’ve dreamt.

Re: Ask HN: Learning Ruby on Rails in 2022

#9
post #6

I started with Sinatra first, the goal is to actually learn Ruby. Then i go with Ruby on Rails, with help of some good tutorials. The point is, get accquainted with git, rails convention, testing and deployment. Skip the Javascript part as most as possible first. The important thing on this journey, is you'll eventually love Ruby, let it drive your fun, curiosity and happiness along the way. Good luck!

This was also my path. I highly recommend it, you'll know more Ruby than most Rails folks if you go down this path.

Re: Ask HN: Learning Ruby on Rails in 2022

#10
post #7

If video content is your thing, I've really enjoyed GoRails. I haven't personally gone through it, but I've heard great things about their starting rails course, and Chris is a great teacher. https://gorails.com/start Good luck!

+1 for GoRails along w/ Chris' Hatchbox[0] Heroku alternative.

[0] https://hatchbox.io/

Post reply on HN