Browsing...
Introduction to Minitest Mocks
Test doubles likes mocks and stubs can help us with isolating code under test with the rest of the system. Here’s how to mock in Minitest.
A very first update to Kamal Handbook
Kamal Handbook gets updated for Kamal 1.7.3
Understanding Kamal healthcheck settings
Here’s what you should know about Kamal healthchecks, namely the Docker healthcheck and the new Kamal 1.6 web barrier.
Implementing dark mode with Tailwind and Stimulus
About to implement a dark mode into your Rails app? Here’s one way using Tailwind and Stimulus.
Automating PostgreSQL backups to Digital Ocean Spaces with Kamal
Here’s a short tutorial on how I set up automated PostgreSQL backups to a DO Spaces bucket with Kamal.