Browsing...
How does Kamal deploy to multiple hosts
How does Kamal deploy to multiple hosts at once? And how to configure it?
Test Driving Rails, 1st edition is released!
I am releasing my third book today. This time about Rails-native testing!
Using non-root users in Kamal
Kamal gives us an option to connect with a non-root user, but how can we create it?
Show all running apps on the server with Kamal
Kamal 2 can deploy multiple apps on a single server so it’s easy to lose track of what’s deployed. This alias will fix it.
Subclassing STI models in Rails
Here’s a short tip on opting out a specific model from Single Table Inheritance (STI).