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

    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)
    Rails Organization
    Play

    Rails Organization

    #430 Nov 26, 2023 pro

    In this episode, we look at refactoring a model with a few different approaches; modules, classes and concerns. We'll explore each implementation and when I'd use one over the other.

    rails organization model
    5 3

    Working with YAML
    Play

    Working with YAML

    #429 Nov 19, 2023 pro

    In this episode, we look at a few different ways that we can interact with YAML files in our Ruby on Rails application; using them for loading configurations and also seeding data.

    rails data
    3 0

    Form Input UX
    Play

    Form Input UX

    #428 Nov 12, 2023 pro

    In this episode, we'll focus on the user experience (UX) of form inputs by adding formatting of the text as the user inputs the data.

    rails form ux stimulusjs
    4 2

    Detect Spam with AI
    Play

    Detect Spam with AI

    #427 Nov 5, 2023 free

    We can create a small python service that uses a Large Language Model (LLM) to detect if a message is spam or not. Using this service, we can tie it into our Rails application so that any comment created will be evaluated for being spam or not. We explore a few different routes on handling any messages flagged as spam.

    rails ai machine learning background processing
    5 0

    readonly?
    Play

    readonly?

    #426 Oct 29, 2023 pro

    In this episode, we look at making records read-only and also creating an override functionality where we can force the record to save. We'll also look at error handling when a record update is made to a read-only record.

    rails model
    3 2

    Kamal in GitHub Actions
    Play

    Kamal in GitHub Actions

    #425 Oct 22, 2023 pro

    Kamal is a great utility for deploying your application to a server. It can handle many different kinds of use cases. However, there is some disconnect on how to use it within a CI/CD pipeline. In this episode, we'll look at deploying a Rails 7.1 application with SQLite to a virtual machine using Kamal within GitHub Actions.

    rails 7.1 deploy deployment ci/cd
    4 0

    Solid Cache
    Play

    Solid Cache

    #424 Oct 15, 2023 pro

    Solid Cache is a database-backed Active Support cache store implementation. Using SQL databases backed by SSDs we can have caches that are much larger and cheaper than traditional memory only Redis or Memcached backed caches. In this episode, we'll explore adding Solid Cache into our application and some things to be aware of.

    rails 7.1 cache caching
    4 1

    Unsaved Changes
    Play

    Unsaved Changes

    #423 Oct 8, 2023 pro

    In this episode, we'll look at creating a stimulus controller that will alert the user if there are unsaved changes on a form before they navigate away from the page or reload the site.

    rails stimulusjs form
    6 3

    Embedding Stripe Checkout
    Play

    Embedding Stripe Checkout

    #422 Oct 1, 2023 free

    Stripe Checkout is one of my favorite ways to handle payments in Ruby on Rails applications. Stripe Checkouts will soon have an option to embed the Checkout into your web application. In this episode, we'll look at implementing this feature with a StimulusJS controller.

    rails stripe stimulusjs hotwire
    4 2

    Parent Relationships and Turbo Frames
    Play

    Parent Relationships and Turbo Frames

    #421 Sep 24, 2023 pro

    Without writing any javascript, we create a highly interactive parent navigation. We will use Turbo Frames to provide the highly interactive experience and build a parent-child relationship from scratch.

    rails turbo model
    5 0

    • 1
    • 2
    • 3
    • 4
    • …
    • Next ›
    • Last »
    Drifting Ruby

    Quality Ruby Screencasts

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