Best modern resources for learning Rails 6 and Ruby

vvo

Vincent Voyer

Posted on November 19, 2019

Best modern resources for learning Rails 6 and Ruby
Photo by Robert Bye

Ruby and Ruby On Rails books and tutorials are legion, but they are not always up to date nor complete. I did a lot of digging and reading to find the best ones and ranked them in order from standard to advanced material.

If you're eyeing Ruby on Rails and looking for a learning path to follow, this post is for you.

None of the links here are sponsored in any way. Not that I don't want to have sponsored links, I just don't know how to generate them.

๐Ÿค˜ Let's go.

Day one, morning: TryRuby

๐Ÿ”— https://ruby.github.io/TryRuby/

Try Ruby

This is a ~30 minutes interactive tutorial. It will get you trained on the essential Ruby data structures. I really enjoyed it. If you have experience in other programming languages this will be faster to follow.

Day one, afternoon: The official Getting Started from the Rails website

๐Ÿ”— https://guides.rubyonrails.org/getting_started.html

The offical Getting Started from the Rails website

It's a simple tutorial, but it can be a good way to endup your first day of learning Ruby and Rails.

Rest of the week Next two weeks: Learn Enough's Ruby on Rails tutorial

๐Ÿ”— https://www.learnenough.com/ruby-on-rails-6th-edition

Learn Enough's Ruby on Rails tutorial

This must be, by far, one of the oldest non-official Ruby on Rails tutorial (2010). Since it's a paying one, I was hesitant (you know, ๐Ÿ†“ stuff!) but you should not. Its content is of amazing quality. It's not just a copy and paste tutorial, you really do learn a lot of fine details of Ruby and Ruby on Rails.

Highly recommended.

Update November 29, 2019: It took me longer than a week to finish this tutorial, but it was worth it, here's the final result:

Rails tutorial application

โœ‹ Stop learning and build

At this point, you can stop learning intensively and actually build stuff.

But in the future, you might want to learn more, to scale, to optimize, to refactor. When that's the case, I plan on reading:


Any other recommendation? Add them in the comments. ๐Ÿ™

Thanks for reading, if you enjoyed this post, share it for others to discover it:

GIF of The Sword in the Stone


Photo by Robert Bye on Unsplash

๐Ÿ’– ๐Ÿ’ช ๐Ÿ™… ๐Ÿšฉ
vvo
Vincent Voyer

Posted on November 19, 2019

Join Our Newsletter. No Spam, Only the good stuff.

Sign up to receive the latest update from our blog.

Related

ยฉ TheLazy.dev

About