DiscoverDrifting Ruby Screencasts
Drifting Ruby Screencasts
Claim Ownership

Drifting Ruby Screencasts

Author: Dave Kimura

Subscribed: 57Played: 848
Share

Description

Every week you will be treated to a new Drifting Ruby episode featuring tips and tricks with Ruby on Rails, the popular web development framework. These screencasts are short and focus on one technique so you can quickly move on to applying it to your own project. The topics are geared toward the intermediate Rails developer, but beginners and experts will get something out of it as well.
214 Episodes
Reverse
Cool Things in Fizzy

Cool Things in Fizzy

2025-12-0720:23

In this episode, we look deploying Fizzy to a server and look at some of the notable practices found in the code.
Failover Requests

Failover Requests

2025-11-0211:06

In this episode, we look at creating a failover mechanism for API requests. This can be a handy trick in situations where you want to add fault tolerance to an API request. We'll use the example of the Ollama Cloud as a failover to a locally hosted instance of Ollama.
Omarchy

Omarchy

2025-10-0511:34

Omarchy is an omakase distribution based on Arch Linux and the tiling window manager Hyprland. It ships with just about everything a modern software developer needs to be productive immediately.
RubyMine

RubyMine

2025-09-0718:36

I haven't used RubyMine in several years, but a recent announcement from JetBrains have now opened up access for free with non-commercial products. In this episode, I'm taking a fresh look at RubyMine after years of not using it.
Model Context Protocol

Model Context Protocol

2025-08-0312:16

Model Context Protocol (MCP) is an API interface for your applications that are formatted in a way that machine learning platforms can interact with them. They can be used to generate AI insights, perform tasks based on user input or other things.
Dependent Select

Dependent Select

2025-07-0615:55

In this episode, we explore how to enhance standard select fields using a JavaScript library together with StimulusJS to create more dynamic and responsive dropdowns. The focus is on adding search functionality, handling dependent selections, and integrating smoothly with modern frontend setups.
Marksmith

Marksmith

2025-06-0107:48

Easily add Markdown support to your Rails applications with Marksmith. This isn't a drop-in replacement to ActionText, but can be used with text or blob columns. Marksmith integrates easily with ActiveStorage for handling file uploads. In this episode, we'll explore setting up Marksmith and some best practices.
Scaffold Templates

Scaffold Templates

2025-05-0413:42

In this episode, we explore using the scaffold generator and modifying the templates to simplify the creation of consistent, Tailwind CSS-styled views and controllers in a Rails application, saving time when prototyping and building new features.
Boolean vs Datetime

Boolean vs Datetime

2025-04-0613:33

In this episode, we look at refactoring an existing application where it uses a boolean to determine if a post is published or unpublished. However, this feature has its limitations, so we change the functionality to work off of a datetime column instead.
Vibe Coding

Vibe Coding

2025-04-0117:28

Time to stop hiring $100k/year developers and hire an intern for $10k/year and pay $100/year for an AI Agent. The intern doesn't even need to understand the code it is generating and just help guide it to the solution. Sadly, this has to be said because people do not watch the content. This is satire.
Conditional Queue

Conditional Queue

2025-03-0218:23

In this episode we look at processing background jobs in a way that can conditionally send the work to be processed to different queues. This can be very powerful in situations where you need to process the job in different ways or send requests to different APIs.
In this episode, we'll explore how we can add a "global" music player that will persist across different pages. Our approach will be unobtrusive and implemented in a maintainable way.
Skeleton Frames

Skeleton Frames

2025-01-0513:24

In this episode, we look at implementing a temporary loader for turbo frame tags to give a visual of data that is loading.
Kamal Database Backups

Kamal Database Backups

2024-12-0113:23

In this episode, we look at some precautions we can take with our production environment and setup recurring backups for the database.
Kamal Kitchen Sink

Kamal Kitchen Sink

2024-11-0331:57

In this episode, we look at creating an entire infrastructure (proxy, load balancer, app servers, worker servers, database server, and a storage server) on our own hardware use Kamal to provision and deploy our Ruby on Rails application.
Kamal 2

Kamal 2

2024-10-0622:55

In this episode we look at deploying a Rails 8 beta application to a Digital Ocean droplet. We'll also look at a scenario of deploying Action Cable broadcasts and another with recurring background jobs.
Large forms can be overwhelming to fill out, especially if not all of the fields are required. In this episode, we'll look at creating a stimulus controller to conditionally display fields based on the input of another field.
Processing Large Jobs

Processing Large Jobs

2024-08-0420:55

In this episode, we will upload a CSV file but need to pass it into a background job. This can prove to be difficult based on the hosting infrastructure so we'll explore some mechanisms to work around them. We'll also look to optimize Solid Queue to handle the large number of jobs.
In this episode, we look at setting up a mechanism to track the changes from an externally developed product. We'll also discuss branching strategies and how to develop your own features on top of Writebook.
Hotwire Combobox

Hotwire Combobox

2024-06-0213:34

In this episode, we tackle the issue of slow-loading dropdowns with a high volume of options by implementing an asynchronous select using the Hotwire Combobox library.
loading
Comments