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
Simple Rack middleware for implementing Piwik Analytics tracking in your Ruby-Rack based project.
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
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::Sanitizer is a Rack middleware which cleans up invalid UTF8 characters in request URI and headers.
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.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.0
Rack Middleware to inject Segment javascript into your Rack app.
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
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::HttpEnforcer is a simple Rack middleware to enforce http connections
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
Rack::DomainRedirect is a tiny rack middleware for redirecting to the
configurable domain. If user request's the service from domain other than that
configured it redirects to the first domain on the configuration list. If no
domain is configured it does noting and passes requests to another app...
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 middleware to facilitate Campfire control via a Rack application
2021
2022
2023
2024
2025
2026
0.0
The Rack::TradeTracker gem is for use with the Trade Tracker affiliate network. The gem provides a Rack middleware component to handle Trade Tracker's redirect mechanism.
2021
2022
2023
2024
2025
2026
0.0
Rack middleware for resizing images served via Rack::GridFS
2021
2022
2023
2024
2025
2026