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.
There's been a lot of updates to Solid Queue recently and with these changes came with some different approaches in how we set up the database and get visibility into the background workers.
In this episode, we'll learn how to use Turbo to broadcast notification counts to users. We'll look at some common mistakes and issues when doing these kinds of broadcasts.
In this episode, we look at implementing text-to-speech functionality using Ruby on Rails without third-party libraries. We'll discuss some nuances and various workarounds to address common issues.
In this episode, we take a look at 20 different code examples and have to determine if they are part of Ruby's core library or if they are specific to the Ruby on Rails framework.