0.01
Rack::MethodOverride only checks the X-Http-Method-Override header and the form encoded post body for _method. Rack::MethodOverrideWithParams checks both of those _and_ the query params. So, if you POST xml with a url like http://example.com/?_method=delete the application will see it as a delete...
2021
2022
2023
2024
2025
2026
0.01
Rack middleware that fixes the discrepancy between jQuery.param and how Rack parses nested queries.
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.01
Rack::RequestID is a Rack middleware for generating request IDs. It generates a request GUID for every request (if one was not already provided) and inserts the request ID as a response header.
2021
2022
2023
2024
2025
2026
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
Simple Rack middleware for implementing Piwik Analytics tracking in your Ruby-Rack based project.
2021
2022
2023
2024
2025
2026
0.03
Drop-in image thumbnailing for your Rack stack.
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 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
This package is Hiraku's modified rack.
Original description is bellow.
Rack provides minimal, modular and adaptable interface for developing
web applications in Ruby. By wrapping HTTP requests and responses in
the simplest way possible, it unifies and distills the API for web
servers, web fram...
2021
2022
2023
2024
2025
2026
0.0
Rack middleware for resizing images served via Rack::GridFS
2021
2022
2023
2024
2025
2026
0.0
A rack middleware to configure rack env.
2021
2022
2023
2024
2025
2026
0.0
Rack middleware to facilitate Campfire control via a Rack application
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::Pack is a piece of Rack Middleware that packages and optionally compresses assets such as javascripts and stylesheets into single files. In a development environment, assets will be packaged on each request if there have been changes to the source files. In a production environment, assets ...
2021
2022
2023
2024
2025
2026
0.0
Simple Rack middleware for implementing Yandex Metrika tracking in your Ruby-Rack based project. Supports synchronous and asynchronous insertion and configurable load options.
2021
2022
2023
2024
2025
2026
0.0
rack middleware to add u2f authentication to a rack app. Includes registration.
2021
2022
2023
2024
2025
2026
0.0
A bunch of rack middlewares to enforce secure cookies and add HSTS (Strict Transport Security) and HPKP (Public Key Pinning) headers to your Rack application.
2021
2022
2023
2024
2025
2026
0.0
I'm experimenting with creating Rack middleware gems. This lightweight gem servers as a replacement to Rack's CommonLogger statements. Improvements include colorized terminal output based on HTTP request method.
2021
2022
2023
2024
2025
2026