Project
Reverse Dependencies for sinatra
The projects listed here declare sinatra as a runtime or development dependency
0.0
Add rel=preload headers to Rack applications
2020
2021
2022
2023
2024
2025
0.0
Ignores X-Forwarded-Host header to prevent malicious redirects
2020
2021
2022
2023
2024
2025
0.0
Rack middleware for in-app purchase receipt verification and product listing.
2020
2021
2022
2023
2024
2025
0.0
Rack middleware to decode JWT and append it to the rack environment
2020
2021
2022
2023
2024
2025
0.0
Rack Middleware for JSON APIs accessed cross-domain from legacy browsers
Firefox version 4 does not support response headers for cross-domain requests.
This middleware intercepts all requests and if the X-WRAP-RESPONSE is set,
the response will be wrappped in JSON like {header: ..., body: ...}
2020
2021
2022
2023
2024
2025
0.0
LESS CSS preprocessing for Rack apps.
2020
2021
2022
2023
2024
2025
0.0
Uses the mail library for sending exceptions
2020
2021
2022
2023
2024
2025
0.0
A Rack middleware to publish directries containing media files as podcast
2020
2021
2022
2023
2024
2025
0.0
Would be useful to enable OpenID authorisation with your Ruby/Rails-based blog, personal website or whatever.
2020
2021
2022
2023
2024
2025
0.0
Middleware that communicates impending shutdown to a load balancer via NACKing
(negative acking) health checks. Provided you have at least two load-balanced
instances, this allows you to shut down or restart an instance without dropping
any requests.
Your app needs to inform the middleware when...
2020
2021
2022
2023
2024
2025
0.0
Automatically generate webservice endpoints for Newsstand
2020
2021
2022
2023
2024
2025
0.0
Transparently secure your rack application with google. For test rigs etc.
2020
2021
2022
2023
2024
2025
0.0
Rack::NonCache is a rack middleware that disables HTTP browser caching.
2020
2021
2022
2023
2024
2025
0.0
A simple CMS system built on top of sinatra for lighweight but feature rich sites
2020
2021
2022
2023
2024
2025
0.0
Automatically generate REST APIs for Passbook registration.
2020
2021
2022
2023
2024
2025
0.0
Rack::ProcessName is rack middleware to set the ruby process name to whatever request is currently being processed.
2020
2021
2022
2023
2024
2025
0.0
Provides a profiler page of the ruby execution which has infomation of gc and object allocation.
2020
2021
2022
2023
2024
2025
0.0
Generate a REST API for registering and querying push notification device tokens.
2020
2021
2022
2023
2024
2025
0.0
Rack middlewares for double
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