Hi all,
I’m please to announce the first release of Rack::Robustness, a Rack
middleware towards more robust web applications.
gem install rack-robustness
gem “rack-robustness”, “~> 1.0”
require ‘rack/robustness’
Info and rationale can be found:
- On my blog, at Rack::Robustness, the rescue clause of your Rack stack
- On github, in the README
https://github.com/blambeau/rack-robustness#rackrobustness-the-rescue-clause-of-your-rack-stack
Bernard