Rails API - Throttling with Rack::Attack
#52
Oct 30, 2016
free
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.
19