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

How to add Lazy Load Hooks to Rails Plugins

May 05, 2025

To provide clean integrations with Rails plugins, we can use lazy load hooks to add callbacks for when classes are loaded.

1
20m

How to Configure Multiple Databases with Rails

Oct 21, 2024

Rails 8 now ships with multiple databases by default. In this lesson, we'll learn how the configuration works and how to deploy to production with environment variables

0
17m

Defer Job Enqueues After Transaction Commit in Rails 7.2

Aug 14, 2024

Enqueuing jobs inside of a database transaction is a common mistake that's now handled for you automatically in Rails 7.2

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

How to use Mission Control Jobs in Rails

Jan 31, 2024

Mission Control Jobs is a UI for ActiveJob in Rails. It was announced at Rails World 2023 and just got released. It currently supports SolidQueue and Resque with more queue adapter support in the future.

8
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
13m

Single Table Inheritance (STI) with ActiveRecord in Rails

Jan 22, 2024

Have models that store the same data but need different functionality? Rails provides Single Table Inheritance in ActiveRecord to solve this problem.

9
23m

Send Notifications in Rails with Noticed gem v2

Jan 16, 2024

Notifications in Rails applications are even easier now with the new release of Noticed gem v2. We'll explore how to add notifications to your Rails app in just a few minutes.

11
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
9m

Normalizes method in ActiveRecord

Sep 18, 2023

Normalizing data has always been a pain in Rails, but not anymore! Instead of callbacks or overriding setters, Rails 7.1 introduces "normalizes" to make normalizing data easy.

4
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
<12345>
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.