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)
    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

    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

    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

    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

    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

    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

    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

    Simple and Complex Database Migrations
    Play

    Simple and Complex Database Migrations

    #173 Feb 17, 2019 pro

    In this episode, we look at database migrations and different ways to generate the schema.

    rails database
    13 0

    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

    • 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