Project
Reverse Dependencies for rake
The projects listed here declare rake as a runtime or development dependency
0.0
Simple web framework built on rack for mapping sinatra-like routes to middleware stacks.
2021
2022
2023
2024
2025
2026
0.0
Rack middleware for Pygments use in environments you cannot install Pygments
directly (e.g., Heroku).
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
A simple API for testing Rack applications via Rack::MockRequest
2021
2022
2023
2024
2025
2026
0.0
Adds a 'rake' method to Rack's Builder DSL, allowing you to execute
Rake tasks when configuring your Rack application. This helps to keep
your code DRY.
2021
2022
2023
2024
2025
2026
0.0
A mock RAML server for Rack-based applications.
2021
2022
2023
2024
2025
2026
0.0
This gem provides a simple and flexible rate limiting mechanism for Rack applications. It allows you to control the rate at which requests are processed, preventing abuse and ensuring fair usage.
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
If the user clicked through from a search engine, this middleware will detect the engine used and the terms searched.
2021
2022
2023
2024
2025
2026
0.0
Remember a visitor's referrer across subdomains
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
Serve property list or JSON configuration files.
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
Rack adapter used to modify HTTP Accept header
2021
2022
2023
2024
2025
2026
0.0
Redispatch your response via another URL. Like a transparent, internal HTTP redirect.
2021
2022
2023
2024
2025
2026
0.0
Request recorder and analyzer for rack apps
2021
2022
2023
2024
2025
2026