rails

Decrypting Rails Credentials with Go

EveryPost’s backend uses a Go API along with a Rails application. This post talks about how to decrypt and read Rails credentials from Go in order to simplify shared configuration.

How to Build Structured Logging in Rails

Building on lograge, let’s walk through how to generate structured logs for your other logging needs. I walk through the configuration and code to bridge the gap between your request logs and application logs.

Logging Remote IP in Rails

Wondering why your Rails logs are reporting the wrong Remote IP on your hosted cloud platform? This explains trusted proxies and how to configure Rails the right way.