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
12m

Testing The Domain Model

Dec 22, 2025 Pro

Let's write some tests to ensure that our logic is correct for the Domain model.

0
8m

Email Notifications For Domain Expirations

Dec 19, 2025 Pro

Emails will be a critical feature to notify users when domains expire and become available for purchase. Let's add these using ActiveRecord callbacks.

0
9m

Sorting Domains

Dec 17, 2025 Pro

For users with many domains, sorting is going to be a really useful feature. Let's add links to the table column headers for sorting by name, expiration or last checked at.

0
15m

Syncing Domain Expiration

Dec 03, 2025 Pro

Now that users can manage domains, let's integrate our key feature: syncing domain expiration with RDAP.

0
8m

Adding the Domains model

Dec 01, 2025 Pro

Next, we need to track domains and associate them with users in the database.

0
7m

Exploring PostgreSQL Tuples Rails PR

Jul 07, 2025 Pro

Rails tracks the row count and affected rows for queries made with ActiveRecord. A recent PR makes a tiny, but important change to the PostgreSQL adapter to make the row count significantly more efficient.

2
10m

Automatic Transcriptions Database Model

Mar 25, 2024 Pro

To start off our automated transcription series, we'll start by creating our database model for

1
13m

ActiveRecord Aggregations with composed_of

Mar 18, 2024 Pro

ActiveRecord Aggregations let you use composed_of to combine columns into a single attribute using a Ruby object.

2
14m

Storing Web Scraper Results in ActiveRecord models

Feb 27, 2024 Pro

We need to keep track of the web pages we want to monitor and scrape data from, so let's create our ActiveRecord model for storing this information and a Result model for storing the result each time we scrape a web page.

0
9m

Extending Rails Associations with Custom Features

Feb 19, 2024 Pro

Rails associations provide an object that quacks like an ActiveRecord but is actually a CollectionProxy. We can extend the proxy object with our own functionality to add useful features with Ruby Modules.

1
15m

Dynamic Single Table Inheritance with Rails

Jan 29, 2024 Pro

Using some Ruby metaprogramming and class_eval, we can build Notifiers that allow us to dynamically define STI models and inject code into them with our notification system.

9
19m

Custom Attribute Serializers with ActiveRecord in Rails

Nov 13, 2023 Pro

Did you know serialize can be used for more than saving Ruby hashes as JSON or Yaml in your db? You can take any attribute and convert it to an object seamlessly with Rails using serialize and custom coders.

8
9m

Strict Loading with ActiveRecord

Oct 16, 2023 Pro

Not eager loading in your Rails applications can have series performance side effects. Rails now comes with a strict_loading feature that you can use to make sure that queries are run in an efficient manner.

1
17m

Authenticate By & Password Challenge Methods In Rails 7.1

Sep 20, 2023 Pro

Has secure password is boasting some new benefits in Rails 7.1 with the addition of the authenticate_by method which reduces timing-based enumeration attack vulnerabilities. Also being introduced is the ability to provide a required password challenge.

2
17m

Creating The Link Model

Sep 19, 2023 Pro

First things first, we need a Link model to store our

0
6m

Virtual Generated Columns in Rails with ActiveRecord

Sep 06, 2023 Pro

Rails' ActiveRecord supports virtual generated columns in the database. For example, you can use these for converting numbers like degrees Celsius to Fahrenheit. These columns are saved with the regular table data and allows you to query against them.

5
23m

How to Build Reusable Features with Concerns in Ruby on Rails

Jul 03, 2023 Pro

Modules and concerns provide a way to make functionality reusable across your Rails application and other apps. In this lesson, we'll show you how we can refactor our comments functionality to add a feature to any resources in Rails.

6
28m

Understand Scope Returns

Jun 20, 2023 Pro

In this video we explore some potentially unexpected behavior resulting from using Active Record scopes.

5
38m

Password Sharing Roles & Permissions

Jun 07, 2023 Pro

Now that we have password sharing, it's important to add roles & permissions so users have limited access to actions on shared passwords.

5
21m

Sharing Passwords Between Users

Jun 06, 2023 Pro

Sharing is caring. Password sharing can be pretty easily implemented by using our join table. All we need to do is add and remove records to add or remove access for a user.

4
<123>
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

© 2026 GoRails, LLC. All rights reserved.

Proudly built with Jumpstart and hosted with Hatchbox and DigitalOcean.