In my Ruby on Rails class, I created a tutorial series to help students learn Rails. I know there are a lot of tutorials out there, but a lot of them are done in older versions of Rails. There are quite a few breaking changes (like using rails db:migrage instead of rake db:migrate), and when you are learning something new this can be really frustrating.

I created a Rails 6 tutorial series a few years ago when Rails 6 was released. I recently just redid the tutorial in Rails 7. All of the videos are posted on my YouTube channel. I do not post the code because then students just copy and paste my code, which usually bypasses the learning process.