Contributions

Tutorial
A short tutorial which shows how to start emitting custom metrics from Ruby apps using Prometheus Client
Article
We can unlogged tables in Rails apps with PostgreSQL database to speed up performance by trading off durability.
Article
We can increase efficiency of the background jobs by meticulously enqueuing only those jobs which are actually going to be executed and avoid jobs getting enqueued and discarded immediately.
Library
Catch bad JSON requests to your application and return valid JSON response back
Article
This is part 2 of the blog series about sharing authentication session between multiple Rails apps.
Article
See how Rails 6 has added protection against DNS binding attack issue that existed for a long time.