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 (350)
    • Javascript (72)
    • View (53)
    • Stimulusjs (48)
    • Ruby (39)
    • Model (34)
    • Security (30)
    • Hotwire (25)
    • Development (25)
    • Api (22)
    • Database (22)
    • Performance (19)
    • Form (19)
    • Deployment (18)
    • Turbo (18)
    • Authentication (17)
    • Active Storage (11)
    • Websockets (10)
    • Uploads (10)
    • Background Processing (10)
    • 7.0 (10)
    • Ajax (10)
    • Production (10)
    • Docker (8)
    • Test (8)
    MySQL FULLTEXT Search
    Play

    MySQL FULLTEXT Search

    #386 Jan 29, 2023 pro

    In this episode, we look at implementing full-text search in MySQL. Using some of the built in functions of MySQL, we are able query tables and add weighted results.

    rails database mysql search
    3 2

    Database Transactions
    Play

    Database Transactions

    #377 Nov 27, 2022 pro

    Transactions are protective blocks where SQL statements are only permanent if they can all succeed as one atomic action. In this episode, we explore ActiveRecord Transactions and how to use them.

    rails activerecord database
    5 0

    Infrastructure Migration
    Play

    Infrastructure Migration

    #374 Nov 6, 2022 free

    For various reasons, we may decide to move our services off of one platform onto another. This could be due to pricing, uptime or other reasons. In this episode, we look at migrating a Ruby on Rails application and database from Heroku to Fly.

    rails infrastructure database migration
    3 2

    Searching Multiple Models
    Play

    Searching Multiple Models

    #370 Oct 9, 2022 pro

    In this episode, we look at creating a simple and maintainable way to search multiple models. As our application grows and the needs change, other avenues can be explored, but it's important to not prematurely optimize things before they're actually required.

    rails search database model
    3 0

    Downloading Cloud Database
    Play

    Downloading Cloud Database

    #368 Sep 25, 2022 pro

    Sometimes we need to pull down our staging database that is hosted in the cloud. This can be a tedious task as there could be many blockers that add complications in pulling down this data.

    rails database cloud
    3 5

    Multiple Databases
    Play

    Multiple Databases

    #353 Jun 12, 2022 pro

    As an application grows in popularity and usage you'll need to scale the application to support your new users and their data. One way in which your application may need to scale is on the database level. In this episode, we look at reading from a replica database while writing to a primary database. We also look at structuring our application top support multiple databases; each containing their own schema.

    rails database infrastructure
    7 0

    Limiting Text Input
    Play

    Limiting Text Input

    #350 May 22, 2022 pro

    User experience is important and there are little things that we can do to help improve this experience. By giving real time feedback on text inputs to approaching limits on fields, the user can modify and update their text accordingly before they submit the form. In this episode, we look at database level, model validations and limiting text input on the client side.

    rails validations database stimulusjs
    10 5

    Discussing Race Conditions
    Play

    Discussing Race Conditions

    #348 May 8, 2022 pro

    In this episode, we have a look at some causes of race conditions and go about some ways to troubleshoot and mitigate them.

    rails model database background processing
    3 2

    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

    Seed like a Pro
    Play

    Seed like a Pro

    #284 Feb 21, 2021 pro

    Seeding your database is often an overlooked part of development and it has a lot of benefits that can help uncover issues within your application. However, maintaining the seeds.rb can be difficult and things can get out of hand quickly. In this episode, learn how to manage and maintain the seeds file.

    database development rails
    15 6

    • 1
    • 2
    • 3
    • 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