#code
Decrypt Rails Credentials in Go
EveryPost’s backend uses a Go API and a Rails application. This post discusses how to decrypt and read Rails credentials from Go to simplify shared configuration.
Writing Structured Logs in Rails
Going beyond lograge, we walk through how to generate structured logs for other logging needs.
We’ll walk through the configuration and code needed to make this happen and bridge the gap between simple request logging and richer application event logs.