Rails API - Throttling with Rack::Attack

Published: Oct. 30, 2016, 2 p.m.

Save expensive calculation time using Rack::Attack, we will learn how to limit requests coming into our application. This gem not only limits requests, but can be used to blacklist or whitelist users as well.