Browsing...
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).
Understanding Kamal proxy roles
Kamal’s configuration comes with one primary proxy role to accept HTTP traffic. Here’s how to think about proxy roles and how to configure others.