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

    Partial Inserts
    Play

    Partial Inserts

    #360 Jul 31, 2022 pro

    Parsing through the Ruby on Rails CHANGELOG can reveal some interesting features and changes in the framework. In this episode, we look at one of those changes around inserting records into our database.

    rails model activerecord
    6 0

    Active Record Tricks
    Play

    Active Record Tricks

    #347 May 1, 2022 free

    In this episode, we look at tips and tricks from read only attributes, inserting and upserting (update or insert) records, toggling booleans, and single table inheritance.

    rails activerecord
    7 3

    Soft Delete with Discard
    Play

    Soft Delete with Discard

    #249 Jul 5, 2020 free

    Soft deletes for ActiveRecord done right.

    activerecord rails
    7 0

    Reputation Behavior with Merit
    Play

    Reputation Behavior with Merit

    #219 Dec 8, 2019 pro

    Merit adds reputation behavior to Rails apps in the form of Badges, Points, and Rankings.

    rails activerecord engine
    16 1

    ActiveRecord Callbacks
    Play

    ActiveRecord Callbacks

    #148 Aug 26, 2018 pro

    Callbacks are great for quickly tapping into the object life cycle. However, after a model or an application grows, it will become harder to maintain over time. It is better to extract the responsibility and separate the logic.

    rails model activerecord
    21 5

    ActiveRecord Tricks
    Play

    ActiveRecord Tricks

    #127 Apr 1, 2018 free

    In this episode, we look at what would seemingly be simple queries, but are more complex once you start looking into them. Using built in ActiveRecord functions, we can make the queries readable and easy to work with.

    rails activerecord
    30 7

    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

    Drifting Ruby

    Quality Ruby Screencasts

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