Project
Reverse Dependencies for rack-test
The projects listed here declare rack-test as a runtime or development dependency
0.0
OAuth Echo authentication by a rack middleware
2021
2022
2023
2024
2025
2026
0.0
Logging per request memory usage with rack app.
2021
2022
2023
2024
2025
2026
0.0
A Gem for testing web applications don't generate mixed secure/insecure traffic. Keep that browser padlock locked!
2021
2022
2023
2024
2025
2026
0.0
Rack middleware to generate pages that can be served by a web server. Compatible with Rails page caching.
2021
2022
2023
2024
2025
2026
0.0
Store selected request parameters to cookies for use in future requests. Useful for affiliate, referral or promotion links.
2021
2022
2023
2024
2025
2026
0.0
Rack middlware to render single page apps (or any html page with javascript) with phantomjs and return plain html for bots.
2021
2022
2023
2024
2025
2026
0.0
Rack middleware verification using Picatcha API.
2021
2022
2023
2024
2025
2026
0.0
Health checking Rack middleware
2021
2022
2023
2024
2025
2026
0.0
Asset pipeline for ruby Rack
2021
2022
2023
2024
2025
2026
0.0
Throttle HTTP requests using a connection pool for all database connections
2021
2022
2023
2024
2025
2026
0.0
Parse post data by MessagePack
2021
2022
2023
2024
2025
2026
0.0
Pretty JSON for pretty people
2021
2022
2023
2024
2025
2026
0.0
Properly enforce cookie limits in Rack responses
2021
2022
2023
2024
2025
2026
0.0
Pubcookie finally leaves the world of apache!
2021
2022
2023
2024
2025
2026
0.0
Simple web framework built on rack for mapping sinatra-like routes to middleware stacks.
2021
2022
2023
2024
2025
2026
0.0
Generate QR code
2021
2022
2023
2024
2025
2026
0.0
A page in your app for pre-built queries
2021
2022
2023
2024
2025
2026
0.0
Rack middlewares for double
2021
2022
2023
2024
2025
2026
0.0
Rack middleware for Linked Data content negotiation.
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