0.01
No commit activity in last 3 years
No release in over 3 years
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
No commit activity in last 3 years
No release in over 3 years
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
No commit activity in last 3 years
No release in over 3 years
Rack middleware that fixes the discrepancy between jQuery.param and how Rack parses nested queries.
2021
2022
2023
2024
2025
2026
0.01
No commit activity in last 3 years
No release in over 3 years
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
Repository is archived
No commit activity in last 3 years
No release in over 3 years
Simple Rack middleware for implementing Piwik Analytics tracking in your Ruby-Rack based project.
2021
2022
2023
2024
2025
2026
0.03
Low commit activity in last 3 years
No release in over a year
Rack middleware that provides authentication based on JSON Web Tokens.
2021
2022
2023
2024
2025
2026
0.03
No commit activity in last 3 years
No release in over 3 years
A Rack middleware for providing JSON-P support.
2021
2022
2023
2024
2025
2026
0.03
No commit activity in last 3 years
No release in over 3 years
There's a lot of open issues
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
No commit activity in last 3 years
No release in over 3 years
Provides a policy for frozen rack middleware.
2021
2022
2023
2024
2025
2026
0.0
No commit activity in last 3 years
No release in over 3 years
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
No commit activity in last 3 years
No release in over 3 years
A rack middleware that can call CGI in rack
2021
2022
2023
2024
2025
2026
0.0
No commit activity in last 3 years
No release in over 3 years
Rack middleware to decode the JWT token and add the payload to the Rack env
2021
2022
2023
2024
2025
2026
0.0
No commit activity in last 3 years
No release in over 3 years
Adds a 'rake' method to Rack's Builder DSL, allowing you to execute Rake tasks when configuring your Rack application. This helps to keep your code DRY.
2021
2022
2023
2024
2025
2026
0.0
No release in over 3 years
Rack::Ermahgerd is a simple Rack middleware that translates the content of a web page into Ermahgerd-ish
2021
2022
2023
2024
2025
2026
0.0
Repository is archived
No commit activity in last 3 years
No release in over 3 years
Rack middleware for test client behavior. It can test client request to your rack applications.
2021
2022
2023
2024
2025
2026
0.0
No commit activity in last 3 years
No release in over 3 years
Monkey patching of rack commomlogger module to write rack logs in json format.
2021
2022
2023
2024
2025
2026
0.0
No commit activity in last 3 years
No release in over 3 years
Rack::Chain builds a Rack application that runs each middleware in its own fiber to minimize stack depth.
2021
2022
2023
2024
2025
2026
0.0
Repository is archived
No commit activity in last 3 years
No release in over 3 years
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
No release in over 3 years
Rack::Modernizr is a Rack middleware that automagically includes the Modernizr javascript framework and exposes the results to your server-side scripts.
2021
2022
2023
2024
2025
2026