Project
Reverse Dependencies for rack-test
The projects listed here declare rack-test as a runtime or development dependency
0.0
Store selected request parameters to cookies for use in future requests. Useful for affiliate, referral or promotion links.
2020
2021
2022
2023
2024
2025
0.0
Rack middlware to render single page apps (or any html page with javascript) with phantomjs and return plain html for bots.
2020
2021
2022
2023
2024
2025
0.0
Rack middleware verification using Picatcha API.
2020
2021
2022
2023
2024
2025
0.0
Health checking Rack middleware
2020
2021
2022
2023
2024
2025
0.0
Asset pipeline for ruby Rack
2020
2021
2022
2023
2024
2025
0.0
Throttle HTTP requests using a connection pool for all database connections
2020
2021
2022
2023
2024
2025
0.0
Parse post data by MessagePack
2020
2021
2022
2023
2024
2025
0.0
Pretty JSON for pretty people
2020
2021
2022
2023
2024
2025
0.0
Properly enforce cookie limits in Rack responses
2020
2021
2022
2023
2024
2025
0.0
Pubcookie finally leaves the world of apache!
2020
2021
2022
2023
2024
2025
0.0
Simple web framework built on rack for mapping sinatra-like routes to middleware stacks.
2020
2021
2022
2023
2024
2025
0.0
Generate QR code
2020
2021
2022
2023
2024
2025
0.0
Rack middlewares for double
2020
2021
2022
2023
2024
2025
0.0
Rack middleware for Linked Data content negotiation.
2020
2021
2022
2023
2024
2025
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 ...
2020
2021
2022
2023
2024
2025
0.0
a recorder AND a replayer for client actions
2020
2021
2022
2023
2024
2025
0.0
If the user clicked through from a search engine, this middleware will detect the engine used and the terms searched.
2020
2021
2022
2023
2024
2025
0.0
Remember a visitor's referrer across subdomains
2020
2021
2022
2023
2024
2025
0.0
Dynamically rewrite markup to add `rel="nofollow noopener noreferrer"` to non-safelisted links.
2020
2021
2022
2023
2024
2025
0.0
Rack adapter used to modify HTTP Accept header
2020
2021
2022
2023
2024
2025