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)
    Virtual Columns in MySQL
    Play

    Virtual Columns in MySQL

    #87 Jul 2, 2017 free

    In Ruby on Rails 5.1.0, generated virtual column support was added for MySQL and MariaDB. Using generated and stored columns can leverage heavy calculations to the SQL side.

    rails database
    12 0

    Auditing with Paper Trail
    Play

    Auditing with Paper Trail

    #96 Sep 4, 2017 free

    Using the paper_trail gem, track changes to model records for auditing purposes and rollback changes when required.

    rails database audit
    18 4

    Virtual Columns with JSON Data Types
    Play

    Virtual Columns with JSON Data Types

    #88 Jul 9, 2017 free

    Continuing from Episode #87, we take a deeper dive into virtual columns in Rails 5.1 and use them to parse JSON Data Types with adding indexes to the virtual column.

    rails database json
    16 3

    UUID in Rails with ActiveUUID
    Play

    UUID in Rails with ActiveUUID

    #23 Mar 2, 2016 free

    Some cases require non-auto incrementing primary keys as well as multiple master writes without id conflicts. With ActiveUUID, we can configure our table's primary key with confidence without added complexity.

    rails uuid activerecord database
    6 4

    Improving Partial Loading Performance
    Play

    Improving Partial Loading Performance

    #145 Aug 5, 2018 free

    N+1 queries can make an application slow. Having queries called within views can also slow down an app as well as making it less extendable.

    rails performance database
    28 1

    Working with Large Data
    Play

    Working with Large Data

    #201 Aug 4, 2019 free

    When database tables get large, things can slow down significantly. In this episode, we look at a few things which helps keep databases performant and the client side responsive.

    rails database 6.0
    15 7

    ActiveRecord Migrations
    Play

    ActiveRecord Migrations

    #95 Aug 27, 2017 free

    This episode covers different tips and tricks around database migration files.

    rails database migration
    20 3

    Database Index Optimization and Migration Maintenance
    Play

    Database Index Optimization and Migration Maintenance

    #53 Nov 6, 2016 free

    Adding indexes to your databases can increase the SQL search performance on your tables. As your application grows, migration files can become out of hand, use squasher to squish them down to a single file.

    rails database performance
    16 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

    Database, Model and Scopes
    Play

    Database, Model and Scopes

    #150 Sep 9, 2018 pro

    In this episode, we take a look at some tips and tricks around the database schema and model scopes.

    rails model database
    37 2

    • 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