Logo Logo white GoRails
Path Series Lessons Forum
Courses
Rails for Beginners

How to build a complete, real-world application from scratch with Ruby on Rails step by step.

Advanced Ruby: Behind the Magic

A lot of Ruby code is "magic". We'll explain the magic and see how it works using the powerful tools Ruby gives us.

Payments with Rails Master Class

Accept subscription and one-time payments with Stripe in your Rails apps

Refactoring Rails

Expert advice on keeping Rails apps organized and fast.

Learn Hotwire

Learn how to build fast, modern web apps with HTML over the wire.

Content
Install and Deploy Rails Guides

Setup your computer with Ruby on Rails and deploy to a production server.

Apps
Hatchbox.io

Cheap, easy hosting for Ruby and Rails apps.

Jumpstart Rails SaaS Template

Launch your product business way faster with our SaaS template.

Other
Remote Ruby Podcast

A weekly podcast on web development and building products with Ruby, Rails, Javascript, and more.

GoRails Open Source

A few of the Open Source projects we do at GoRails.

Rails Hackathon

Build a Ruby on Rails app in 48 hours with us.

Beginner Bounties

Help Junior developers get hired by sharing small projects to build their resume with paid work.

Ruby on Rails Job Board

Find your next Ruby on Rails Job.

Pricing
Log In Sign Up
30m

Alexa Skill with Rails

Dec 05, 2022 Pro

In this video, we will look at how to integrate with Alexa to build a skill with Rails

2
26m

How to build a Custom Rack Middleware for Rails with Railties

Jan 02, 2023 Pro

Learn how to add a custom Rack middleware to Rails apps with a gem and Railtie. We'll build a simple Rack middleware that intercepts requests to make your app only work during business hours.

0
14m

The Ruby Subscript Operator

Jan 09, 2023 Pro

Rails uses the Ruby subscript operator to implement versioning with ActiveRecord Migrations. We'll learn how this works and implement it from scratch to see how it all ties together

6
24m

ActiveSupport Concerns: Making A Duration Calculation Module

Jan 30, 2023 Pro

This episode is part 2 in a series about leveraging ActiveSupport::Duration. In this episode, we will look at how to build a reusable concern to setup relationships between models that allow them to automatically handle calculating and updating durations

2
15m

Turbo Confirm Modals with Confirmation Text in Rails

Feb 06, 2023 Pro

Turbo confirm modals typically ask a simple yes or no confirmation. What if you want to force the user to type in confirmation text to ensure they are paying attention? That's exactly what we'll build in this episode!

0
26m

How to Test OmniAuth with Rails

Feb 13, 2023 Pro

Testing OmniAuth integrations in your Rails app can be straightforward for basics, but there's not a lot of documentation about testing other things like OmniAuth Params. This episode, we'll test registration, login, and OmniAuth params.

0
32m

Net Http API Client from Scratch

Feb 20, 2023 Pro

In this episode we will look at using Ruby's built-in Net::HTTP class to build API clients for making http requests.

8
15m

Extracting Reusable Base Classes In Ruby

Feb 27, 2023 Pro

If you're building something with shared functionality, extracting a base class can be helpful to create a shared place each class can inherit from. We'll explore how to do this for our API clients and one of the tricky things about accessing constants.

4
18m

Testing HTTP Requests with Webmock

Mar 07, 2023 Pro

In this episode we will look at how to use Webmock to test our API Clients.

4
22m

Custom Rails Generators for API Clients

Mar 13, 2023 Pro

In this episode we will look at how to make and use custom Rails generators to create new API clients.

2
20m

Rails Initialization Internals

Mar 20, 2023 Pro

In this episode, we will learn about how Rails initializers work internally.

11
15m

Custom Turbo Stream Actions

Apr 03, 2023 Pro

Learn how to build custom Turbo Stream Actions to build things like browser notifications, console logging, or anything you want. Plus, we'll look at how Turbo implements this in their GitHub codebase.

8
15m

Decorating with SimpleDelegator and Modules

Apr 10, 2023 Pro

We look at using the built in SimpleDelegator class to easily create decorators for objects.

5
12m

Advanced URL Parsing in Rails with PublicSuffix & Addressable gems

May 15, 2023 Pro

URI in Ruby is powerful, but not complete. We can use the PublicSuffix and Addressable gems to take this a step further for parsing domains and subdomains.

0
39m

Contributing to Open Source: Adding subdomains to the Addressable gem

May 22, 2023 Pro

The addressable gem adds some nice features over Ruby's built-in URI class, but it doesn't have any helpers for extracting subdomains. In this lesson, we'll add some methods to Addressable to make accessing subdomains easier.

0
13m

Designing Database Models for a Password Manager

May 30, 2023 Pro

Our first step in building any application is designing what database models we will need to store our data.

4
11m

Encrypting Passwords In The Database

May 31, 2023 Pro

We don't want to save passwords in plaintext in our password manager's database. That would be insecure. Luckily Rails provides ActiveRecord Encryption to make this easy.

3
20m

Creating Passwords Through A Join Table

Jun 01, 2023 Pro

Since we're planning to share passwords with multiple users, we need to use a join table to associate the password with users. We'll explore how to set this up and create records using the join table and has_many through association

2
12m

Editing Passwords

Jun 02, 2023 Pro

Next up, we need to be able to edit and update the passwords in our password manager application

1
14m

Copy Passwords To Clipboard

Jun 05, 2023 Pro

Copying to the clipboard is an incredibly useful feature for a password manager. We always want to copy & paste the username and password to authenticate, so we'll write a Stimulus Controller to add copy to clipboard functionality

1
<1…121314…20>
Filter By
All Episodes Free Episodes Pro Episodes
Sort By
Published Date Popularity
Categories
ActionCable ActionMailbox ActionText ActiveJob ActiveModel ActiveRecord ActiveStorage ActiveSupport Administration APIs Authentication Authorization Background Jobs Basics Caching Code Organization Code Review Comments Complete App Concerns Controllers Credentials CSS CSV Debugging Deployment Design Patterns Development Docker Emails Ember Errors File Uploading Fixtures Forms Frontend Gems Generators Geocoding Helpers Hotwire Internationalization iOS Javascript JavaScript Maps Messaging Metaprogramming Middleware Mobile Models Multitenancy Notifications OAuth Open Source Pagination Payments Performance Production Rack Rails 4.2 Rails 5.0 Rails 5.1 Rails 5.2 Rails 6 Rails 7 Rails 7.1 Rails 7.2 Rails 8 Rails Engines React Native Refactoring Routes Ruby Search Security Servers Sharing SQL Testing Timezones Turbo Turbolinks Upgrading Views VueJS Webhooks Webpacker

Learn Ruby on Rails, Javascript, Hotwire, Turbo, Stimulus.js, PostgreSQL, MySQL, Ubuntu, and more with GoRails tutorials.

Twitter GitHub

Solutions

  • Ruby on Rails Tutorials
  • Rails Learning Path
  • Rails Courses
  • Rails SaaS Template
  • Deploy Ruby on Rails
  • GoRails Open Source
  • Ruby on Rails Tools
  • Ruby on Rails Jobs

Support

  • Pricing
  • Teams
  • Testimonials
  • Help

Company

  • About Us
  • Blog
  • Remote Ruby Podcast

Legal

  • Privacy Policy
  • Terms of Service

© 2025 GoRails, LLC. All rights reserved.

Proudly built with Jumpstart and hosted with Hatchbox and DigitalOcean.