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

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

Transforming JSON responses to Ruby objects with OpenStruct

Aug 24, 2021 Pro

When you receive a JSON response from an API endpoint, it's really easy to convert this to a Ruby hash. But hashes don't feel very Ruby-ish when you're working with them and you can't add methods and treat them like objects.

4
16m

Mapping API Resources & Handling Pagination

Aug 31, 2021 Pro

The core of an API wrapper Rubygem is defining the Resource endpoints so developers can make requests cleanly. We'll also learn how to handle pagination for endpoints that return a list of results.

3
11m

API CRUD Actions

Sep 07, 2021 Pro

The core of any API wrapper is the actions for create, read, update, and delete. We'll implement the CRUD for a resource so you can see how to do it and wire up everything together that we've built so far.

4
25m

Testing API Requests

Sep 14, 2021 Pro

How do we test API requests in a Rubygem to make sure that we're integrating correctly with our backend? We'll learn how to use stubs to fake out the request and test our code without any network requests.

1
16m

Ruby Debugging with Strace

Aug 28, 2023 Pro

In this lesson, we will be learning how to use strace to watch our system calls which we can then use to help debug issues further.

2
13m

Ruby Data Class

Aug 11, 2025 Pro

In this episode, we will look at Ruby's Data class which provides a way to define simple classes for value-alike objects.

0
6m

Ruby Module Function Method

Sep 29, 2025 Pro

In this lesson, we will look at the Module#module_function method in Ruby which allows you to call methods defined in a module with the module as a receiver.

7
12m

Using Ruby Service Objects To Refactor Your Rails Code

Apr 10, 2015 Pro

Learn how to refactor your Rails model callbacks into plain old ruby objects that help organize your code

22
20m

Parsing Ruby with Prism

Nov 03, 2025 Pro

How does Ruby run your Ruby code? In this episode we will start to dip our toes into understanding what happens along the way on your codes journey to being run.

1
25m

Morse Code with Ruby - Part 1

Sep 01, 2025 Pro

In this lesson, we will start building a Ruby project to translate text to morse code and vice versa.

2
17m

Morse Code with Ruby - Part 2

Sep 08, 2025 Pro

In this lesson, we will pick up where we left off in the last video in this project and add the ability to play morse code audio.

1
14m

Testing against multiple versions of Ruby, Rails, and Databases with GitHub Actions

Nov 30, 2020 Pro

Testing a gem or your Rails app against multiple Ruby and Rails versions is super useful, but we also take it a step further and test our gem against several different databases too

0
16m

Testing a Meilisearch Integration with Ruby on Rails

May 02, 2022 Pro

Testing your Meilisearch integration in Rails can be a little tricky. This episode, we'll talk through how to setup Meilisearch in your test suite to index fixtures and more.

0
17m

Dynamic Configs in Devise with Ruby Lambdas

Nov 27, 2023 Pro

Config options sometimes need to support dynamic values and not just simple booleans. In this lesson, we'll discover a config in Devise, explore how we can hack around it, and then make a Pull Request to improve this feature in Devise instead.

3
15m

How to use AMP with Ruby on Rails

Aug 08, 2019 Pro

Learn how to add support for Accelerated Mobile Pages (AMP) from Google to Ruby on Rails in this tutorial

2
12m

Tracing Rails Console Command With Ruby IRB/Debug

Jul 15, 2024 Pro

In this lesson, we will learn how to leverage built in IRB and Debug commands from Ruby to trace what happens when you run rails console from start to finish.

2
9m

Install and Running Whisper.cpp from Ruby

Apr 03, 2024 Pro

Whisper.cpp is an open source C/C++ port of OpenAI Whisper that we can use with Ruby for transcribing our videos. We'll also look at how ActiveStorage runs executables like ffmpeg to see how it works behind the scenes just like with what we're building.

1
28m

Transcribing Videos with Whisper & Ruby

Apr 05, 2024 Pro

In this lesson, we'll create a job to download a video, extract the audio with ffmpeg, transcribe the video with Whisper, and upload the captions to our hosting provider.

0
5m

How to use Mocks in Ruby tests

Jan 13, 2020 Pro

Mocks are a handy tool for writing tests in Ruby. You can use them to fake an object and verify that the correct methods were called against it. Perfect for testing a method that integrates closely with another class or module.

0
<1234>
Filter By
Ruby Remove 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.