Highly recommended, this tutorial got many people (myself included) started on Rails. The parent link is to the free-online version, but I do suggest folks who have benefitted from this give back to Michael by spending on the paid version: https://www.railstutorial.org/#pricing No affiliation at all, just want to encourage support to a resource that has been a net-positive to our ecosystem.
I like that it doesn't use the CLI. I've always wondered who uses code generators. My sense is that experienced developers do not. And that novice developers are better off cutting and pasting. I personally loathe code generators which is one of the reasons I've never gotten in to Rails (I know I can do it without but seemingly all the instruction uses it).
Still use the generators. It sets up the model, the tests and fixtures all in one command. It's a productivity win for me.