Project
Reverse Dependencies for bundler
The projects listed here declare bundler as a runtime or development dependency
0.0
Rack middlewares for double
2021
2022
2023
2024
2025
2026
0.0
A simple API for testing Rack applications via Rack::MockRequest
2021
2022
2023
2024
2025
2026
0.0
Rack Rake middleware/app.
2021
2022
2023
2024
2025
2026
0.0
A mock RAML server for Rack-based applications.
2021
2022
2023
2024
2025
2026
0.0
# Rack::ReadOnly
This gem allows Rack based APIs to be set to read only. At the most basic
it can be used like this from your `config.ru`:
```ruby
require 'rack/read_only'
use Rack::ReadOnly, {
active: ENV["READ_ONLY"] == "1",
response_body: '{ "error": "This API is currently in read only ...
2021
2022
2023
2024
2025
2026
0.0
Rack middleware to redirect requests based on path, but can be easily extended to match hostname, user-agent, or whatever might be available in the request.
2021
2022
2023
2024
2025
2026
0.0
Multi-threaded Redis store for rack ID-based session (connection pooled with option for maximum redis connection)
2021
2022
2023
2024
2025
2026
0.0
Rack Middleware for adding Refresh field to response headers
2021
2022
2023
2024
2025
2026
0.0
This gem is a Rack Middleware to reject requests.
2021
2022
2023
2024
2025
2026
0.0
Small request intercepting rack middleware to invoke remote calls over HTTP.
2021
2022
2023
2024
2025
2026
0.0
rack middleware to remove 0x08(�). 0x08 is easily inserted in japanese FEP of Mac OSX.
2021
2022
2023
2024
2025
2026
0.0
Request recorder and analyzer for rack apps
2021
2022
2023
2024
2025
2026
0.0
A simple gem for overwriting outputting JSON formatted access logs from Rack apps
2021
2022
2023
2024
2025
2026
0.0
Provides a caching layer that exists only within a single Rack request.
2021
2022
2023
2024
2025
2026
0.0
decompressing request body
2021
2022
2023
2024
2025
2026
0.0
The project is a Rack middleware to automatically log a HTTP request to a custom object.
2021
2022
2023
2024
2025
2026
0.0
Rack middleware for logging selected request for further investigation / analyze.
2021
2022
2023
2024
2025
2026
0.0
Replicate or record HTTP requests to your Rack application and replay them elsewhere or at another time.
2021
2022
2023
2024
2025
2026
0.0
Rack middleware for Append timestamp to request information
2021
2022
2023
2024
2025
2026
0.0
A Rack Middleware to log request's info to any rack app
2021
2022
2023
2024
2025
2026