0.01
Rack::Sanitizer is a Rack middleware which cleans up invalid UTF8 characters in request URI and headers.
2021
2022
2023
2024
2025
2026
0.01
Private Rack middleware purpose is to protect your Rack application from anonymous via a secret code form.
2021
2022
2023
2024
2025
2026
0.03
Rack::Debug is a middleware that provides a simple interface to ruby-debug. Helps debug apps running in Passenger.
2021
2022
2023
2024
2025
2026
0.03
Rack OpenTracing middleware
2021
2022
2023
2024
2025
2026
0.03
A Rack middleware for providing JSON-P support.
2021
2022
2023
2024
2025
2026
0.03
Rack::Debug adds a middlerware interface to ruby-debug
http://github.com/github/rack-debug
2021
2022
2023
2024
2025
2026
0.03
capybara-envjs is a Capybara driver for the envjs gem. It is similar to Capybara's rack-test driver in that it runs tests against your rack application directly but fully supports javascript in your application.
2021
2022
2023
2024
2025
2026
0.03
Rack middleware that provides authentication based on JSON Web Tokens.
2021
2022
2023
2024
2025
2026
0.03
Provides a policy for frozen rack middleware.
2021
2022
2023
2024
2025
2026
0.0
Rack middleware that works with Sinatra to dynamically create CRUD
endpoints and routes based on models. It ain't perfect, but it works.
These generated CRUD routes are assumed to return a Rack response.
It's important to note, that you models and endpoints must be in
separate modules...
2021
2022
2023
2024
2025
2026
0.0
Pure Rack middleware that reads forward-auth headers (Remote-User, Remote-Email, Remote-Groups, Remote-Name) and exposes parsed user attributes in the Rack env. Includes a test stub for development environments. No Rails dependency.
2021
2022
2023
2024
2025
2026
0.0
Rack::Sprocketize is a piece of Rack Middleware which uses Sprockets to concatenate javascript files and then optionally compresses them. In a development environment, the files will be sprocketized on each request if there have been changes to the source files. In a production environment, the f...
2021
2022
2023
2024
2025
2026
0.0
Rack Middleware to inject Segment javascript into your Rack app.
2021
2022
2023
2024
2025
2026
0.0
Rack middlewares to make building and serving a Single Page App from a Ruby Rack app easy.
2021
2022
2023
2024
2025
2026
0.0
A rack middleware that can call CGI in rack
2021
2022
2023
2024
2025
2026
0.0
Rack middleware to decode the JWT token and add the payload to the Rack env
2021
2022
2023
2024
2025
2026
0.0
Rack::Joint is a rack middleware to set redirect configuration with your anticipation.
2021
2022
2023
2024
2025
2026
0.0
Rack::Config::Flexible is an alternative to Rack::Config,
offering much greater flexibility.
Configuration options are stored as key-value pairs in _sections_,
partitioned by _environments_. For example:
+ environment
+ section
key -> value pairs
A simple DSL ...
2021
2022
2023
2024
2025
2026
0.0
Rack::LocaleRootRedirect uses Rack:Accept to map '/' to a path based on the `Accept-Language` HTTP header.
2021
2022
2023
2024
2025
2026
0.0
Rack middleware for test client behavior. It can test client request to your rack applications.
2021
2022
2023
2024
2025
2026