Registry / web-framework / rack-robustness

rack-robustness

JSON →
library1.2.0rbrubygemsunverified

Provides an easy way to handle errors in your Rack stack for making web applications more robust.

gem install rack-robustness
INSTALL
IMPORT
SIG · RACK-ROBUSTNESS
R
rack-robustness
web-frameworkrubyv1.2.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Rack::Robustness
require 'rack/robustness'

Add error handling middleware to a Rack application

require 'rack/robustness' use Rack::Robustness do on(StandardError) { |e| [500, {}, ['Error']] } end
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.2.0latest on RubyGems
Audit
Dependencies

No dependency data recorded yet.

Agent activity
5 hits · last 30 days
node
4
Amazon
1
Resources
rack-robustness — gem install rack-robustness · libregistry