Project
Reverse Dependencies for rack
The projects listed here declare rack as a runtime or development dependency
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...
2020
2021
2022
2023
2024
2025
0.0
Use rack middleware to handle sprockets preprocessing. Processing happens on requests to sprockets resources. This allows you to develop, check in, and deploy unprocessed sprockets resources and leave the processing to the middleware. Allows for optimizing by environment: never-cache, always-r...
2020
2021
2022
2023
2024
2025
0.0
Spying requests and responses with rack power
2020
2021
2022
2023
2024
2025
0.0
Rack middleware to force SSL/TLS, preserving facebook's signed_request.
2020
2021
2022
2023
2024
2025
0.0
Rack::State is middleware that securely stores and manages object state.
Applications use the Manager API to set, get, and delete state of any object
that requires persistence in a stateless environment.
Rack::State is similar to Rack::Session, but provides state management for
multiple objects...
2020
2021
2022
2023
2024
2025
0.0
Stop treating static-site generators differently than web frameworks. Build your static site using any rack-compatible web framework, then generate a static version with the rackstatic(1) command.
2020
2021
2022
2023
2024
2025
0.0
A tiny zero-config Rack App to serve static files
2020
2021
2022
2023
2024
2025
0.0
Bounces or redirects requests to missing static files. Could be useful when you want to run the server with production database locally and have user uploaded content fetched transparently from production site.
2020
2021
2022
2023
2024
2025
0.0
Customisable rack middleware to instrument to instrument your application
2020
2021
2022
2023
2024
2025
0.0
Rack Middleware that produces the same ETag for responses that only differ in CSRF tokens or CSP nonce
2020
2021
2022
2023
2024
2025
0.0
Rack::Store is a Rack middleware what makes the env accessible anywhere while a request
2020
2021
2022
2023
2024
2025
0.0
Streaming proxy for Rack, the rainbows to Rack::Proxy's unicorn. With SSL Support
2020
2021
2022
2023
2024
2025
0.0
Rack middleware to strip accept headers from non XHR requests
2020
2021
2022
2023
2024
2025
0.0
Trims whitespace from response bodies sent through rack.
2020
2021
2022
2023
2024
2025
0.0
Rack middleware for stubbing responses from HTTP web services
2020
2021
2022
2023
2024
2025
0.0
A gem that provides a rack middleware to interract with Superfeedr's API.
2020
2021
2022
2023
2024
2025
0.0
Rack middleware to specify an app's supported media types. Returns '406 Not Acceptable' status when unsuported type is requested.
2020
2021
2022
2023
2024
2025
0.0
Serve up Swagger UI and docs.
2020
2021
2022
2023
2024
2025
0.0
Rack::Synctime is a simple Rack middleware that returns sync time (time when request started) in HTTP headers (#{Rack::Synctime::DEFAULT_HEADER_NAME} by default). Header name can be changed also sync time can be modified using time offset i.e. -5 seconds (server time in seconds decreased by 5) et...
2020
2021
2022
2023
2024
2025
0.0
Rack::Synctime is a simple Rack middleware that returns sync time (time when request started) in HTTP headers (#{Rack::Synctime::DEFAULT_HEADER_NAME} by default). Header name can be changed also sync time can be modified using time offset i.e. -5 seconds (server time in seconds decreased by 5) et...
2020
2021
2022
2023
2024
2025