GoRails
GoRails screencasts are here to fill in the gaps, explain the confusing pieces, and give you an understanding you can't find elsewhere. There is a lot of "magic" that happens in Ruby on Rails and it's hard to wrap your head around so many different gems and concepts. You'll get to see my actual development environment, how I think about and design code, and learn how to become a confident developer.
https://gorails.com

Adding Turbo Frame Test Helpers

How to use Rails Authentication Generator Test Helpers

How to use the new action_text-trix gem

How to use Enumerable with Ruby Classes

How to add Lazy Load Hooks to Rails Plugins

How to use params.expect in Rails 8+

What is 'it' in Ruby 3.4

Live reloading with Hotwire Spark

Creating a Ruby Gem for Black Friday sales

How To Use Import Maps with Rails

How to Configure Multiple Databases with Rails

How To Add Impersonation To Rails Authentication Generator

Customizing Rubocop Rails Omakase Rules

Test Without Assertions in Rails 7.2

Welcome to SellRepo

Omakase Rubocop Linter / Formatter Rules in Rails 7.2

Defer Job Enqueues After Transaction Commit in Rails 7.2

Modern Browser Guard in Rails 7.2

How to use Dev Containers in Rails 7.2

Rate Limiting Requests in Rails 7.2

Adding Insights Flag to the Honeybadger RubyGem

Adding Timeouts to net-ssh with Mike Perham

Limiting & Clamping Values in Ruby

Custom Inputs with GitHub Actions | Preview

Trusted Publishing with Rubygems.org

Refactoring Local Variables to Methods In Ruby

One Time Payments With Pay And Stripe

Switching Contexts to Objects with IRB

ActiveRecord Aggregations Composed Of | Preview

Enhancing Rails Generators with `hook_for` | Preview