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

    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

    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

    PostgreSQL Hstore
    Play

    PostgreSQL Hstore

    #259 Sep 13, 2020 pro

    The hstore data type is very useful in many cases, such as semi-structured data or rows with many attributes.

    database rails
    9 2

    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

    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

    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

    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

    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

    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

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