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.
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.
This is a demo of ordering search results in ActiveRecord using the
ActsAsTaggable gem combined with a ‘fuzzy’ search via Postgres' built-in trigram support.
Brief walkthrough of implementing “demo mode” in Mezzi,
and how it limits access to ActionCable for anonymous users.
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.