Drifting Ruby
  • love movie Episodes
  • More Content
    Learning Paths

    Curated list of episodes, bundled to help you on your learning path!

    Video Logs new

    Videos of tech, infrastructure, hardware and software which non-instructional by nature.

    Blog

    Articles around software and tutorials.

    Merchandise

    Show your love and support while looking fancy.

  • Community
    Forums new

    Got a question or want to chat about a topic? Let's talk!

  • About
  • Login

  • Home

  • Episodes

  • About

  • Login
  • Reset

    View

    • View List
    • View Cards

    Episodes

    • Free Episodes
    • Pro Episodes

    Sort

    • By Rank
    • By Date
    • By Popularity

    Rails Version

    • 8.x
    • 7.x
    • 6.x
    • 5.x
    • 4.x

    Tags

    • Rails (379)
    • Javascript (75)
    • View (58)
    • Stimulusjs (55)
    • Ruby (40)
    • Model (36)
    • Security (32)
    • Hotwire (29)
    • Development (27)
    • Api (23)
    • Database (22)
    • Turbo (21)
    • Performance (20)
    • Form (19)
    • Deployment (18)
    • Authentication (17)
    • Active Storage (14)
    • Background Processing (12)
    • Uploads (11)
    • Websockets (10)
    • Ajax (10)
    • 7.0 (10)
    • Production (10)
    • Test (9)
    • Docker (9)
    Local Mail Delivery
    Play

    Local Mail Delivery

    #329 Dec 26, 2021 pro

    Sending out emails is an important for of communication in our Rails applications. In this episode, we look at creating a local smtp relay with a web frontend to view the emails sent from our Rails application.

    docker rails mail smtp
    6 0

    Rails Routes
    Play

    Rails Routes

    #328 Dec 19, 2021 pro

    Routing in Rails is small but an important part of our applications. The Rails router recognizes URLs and dispatches them to a controller's action, or to a Rack application. It can also generate paths and URLs, avoiding the need to hardcode strings in your views.

    rails routes
    11 1

    Optimistic Locking
    Play

    Optimistic Locking

    #327 Dec 12, 2021 pro

    Optimistic Locking is a feature to prevent collision when two users are editing the same record. In this episode, we look at adding this feature into a Rails 7 application that is using Turbo.

    form model rails
    7 1

    Dabbling with Turbo
    Play

    Dabbling with Turbo

    #326 Dec 5, 2021 free

    In this episode, we explore some of the new features with Turbo and interactions that we can do with little or no javascript.

    7.0 hotwire rails turbo
    14 14

    Dynamic Select Forms with Hotwire
    Play

    Dynamic Select Forms with Hotwire

    #325 Nov 28, 2021 pro

    Using StimulusJS and Turbo, we are able to dynamically update select input with content based on another select input. This allows for a seamless user experience while having a configurable and maintainable backend.

    7.0 form hotwire rails turbo
    24 12

    Materialized Views in PostgreSQL
    Play

    Materialized Views in PostgreSQL

    #324 Nov 21, 2021 pro

    Using Scenic, you can bring the power of SQL views to your Rails application without having to switch your schema format to SQL. Scenic provides a convention for versioning views that keeps your migration history consistent and reversible and avoids having to duplicate SQL strings across migrations.

    database rails postgresql query
    8 1

    Fixing Assets in CSS Bundling for Rails
    Play

    Fixing Assets in CSS Bundling for Rails

    #323 Nov 14, 2021 pro

    CSS Bundling for Rails provides a new way for importing and managing our CSS assets in Rails Applications, but it does have some challenges around a few libraries (specifically font awesome and a few others) which we'll look at in this episode.

    7.0 assets css rails
    7 8

    Speeding Up Requests
    Play

    Speeding Up Requests

    #322 Nov 7, 2021 free

    In this episode, we look at several issues around pagination and different kinds of querying that could affect performance when working with large datasets.

    performance rails search pagination
    21 3

    Authentication with Sorcery
    Play

    Authentication with Sorcery

    #321 Oct 31, 2021 pro

    Sorcery is a stripped-down, bare-bones authentication library, with which you can write your own authentication flow. In this episode we look at creating the controllers and views for a simple authentication solution.

    authentication rails security
    4 1

    Docker on Rails 7
    Play

    Docker on Rails 7

    #320 Oct 24, 2021 pro

    In this episode, we look at changing the default Rails 7 development environment over to a Docker based environment.

    7.0 docker rails
    21 29

    • « First
    • ‹ Prev
    • ...
    • 21
    • 22
    • 23
    • 24
    • 25
    • 26
    • 27
    • ...
    • Next ›
    • Last »
    Drifting Ruby

    Quality Ruby Screencasts

    About
    • About
    • Pricing
    Meta
    • atom
    • Blog
    Legal
    • Privacy Policy
    • Terms of Use
    Apps
    • Rubidium
    © 2026 Kimura Innovations, LLC