Lexxy
Play
7:58 CC

Lexxy

#527 Sep 14, 2025 pro
In this episode, we look at moving from Trix to Lexxy in our Rails application using ActionText. The transition isn't completely seamless, but overall works very well.

RubyMine
Play
18:36 CC

RubyMine

#526 Sep 7, 2025 free
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.

Extracting Logic into a Gem
Play
15:54 CC

Extracting Logic into a Gem

#525 Aug 31, 2025 pro
In this episode, we look at some of the hurdles when extracting business logic out of an application into a gem.

LLM Usage
Play
15:53 CC

LLM Usage

#524 Aug 24, 2025 pro
In this episode, we track our prompt and completion tokens that are called from our application. This is a small feature, but can raise important insights to the usage of LLMs in our application as well as some user behavior.

Multitenant Conversion
Play
14:44 CC

Multitenant Conversion

#523 Aug 17, 2025 pro
In this episode, we will look at taking an existing application and set it up for multitenancy. This kind of functionality is often thought of during the initial development, but can later become a requirement and then tough decisions have to be made.