Browsing...
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.
A closer look at Rails force_ssl and assume_ssl
Rails comes with a built-in support for SSL in form of config.force_ssl. But what does it exactly do?