A comprehensive guide on how to implement a fast redirect from or to a naked or root domain to a www
subdomain (ie example.com -> www.example.com
or www.example.com -> example.com
).
Devops for Ruby applications.
Deep dives and guides on setting up and managing your infrastructure for Ruby and Rails applications.
A guide on setting up Hatchbox AWS EC2 servers as self-hosted GitHub Actions runners, including with how to get Linux ARM64 machines working.
Let’s look at the security implications of a Rails session :cookie_store
with domain: :all
. It is a convenient way to allow users to be authenticated across subdomains, however, any subdomains as CNAMEs which map third-party services will also receive those session cookies.