Project
Reverse Dependencies for rack
The projects listed here declare rack as a runtime or development dependency
0.01
A rack middleware to output access log in ltsv format
2020
2021
2022
2023
2024
2025
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...
2020
2021
2022
2023
2024
2025
0.01
It's a rack middleware to parse multipart/related requests and rebuild a simple/merged parameters hash.
2020
2021
2022
2023
2024
2025
0.01
Provides a simple router & dispatcher for Rack.
2020
2021
2022
2023
2024
2025
0.01
Rack parameter validation and type coercion.
2020
2021
2022
2023
2024
2025
0.01
If you are creating Rack middleware that changes the HTML response, use
Rack::Plastic to get a head start. Rack::Plastic takes care of the
boilerplate Rack glue so that you can focus on simply changing the HTML.
2020
2021
2022
2023
2024
2025
0.01
Private Rack middleware purpose is to protect your Rack application from anonymous via a secret code form.
2020
2021
2022
2023
2024
2025
0.01
A simple profiler for Rack applications, only depending on ActiveSupport::Notifications
2020
2021
2022
2023
2024
2025
0.01
Rack middleware used to automagically format your code blocks using pygmentize
2020
2021
2022
2023
2024
2025
0.01
A page in your app for pre-built queries
2020
2021
2022
2023
2024
2025
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.
2020
2021
2022
2023
2024
2025
0.01
Replicate or record HTTP requests to your Rack application and replay them elsewhere or at another time.
2020
2021
2022
2023
2024
2025
0.01
Rescue Handler for Rack
2020
2021
2022
2023
2024
2025
0.01
This midleware allows an application to support multiple versions of a RESTful API following the best RESTful practices to encode the version information in the HTTP request. It's inspired by this article: http://barelyenough.org/blog/2008/05/versioning-rest-web-services/.
2020
2021
2022
2023
2024
2025
0.01
Adds an extra X-REVISION header with source code revision string (git, svn, etc)
2020
2021
2022
2023
2024
2025
0.01
Serve static files from S3 via Rack
2020
2021
2022
2023
2024
2025
0.01
Rack::Sanitizer is a Rack middleware which cleans up invalid UTF8 characters in request URI and headers.
2020
2021
2022
2023
2024
2025
0.01
Security related HTTP headers for Rack applications
2020
2021
2022
2023
2024
2025
0.01
Rack session store for Sequel
2020
2021
2022
2023
2024
2025
0.01
Slightly smarter session cookies for Rack 2 apps
2020
2021
2022
2023
2024
2025