Project
Reverse Dependencies for sinatra
The projects listed here declare sinatra as a runtime or development dependency
0.0
Parse post data by MessagePack
2021
2022
2023
2024
2025
2026
0.0
Rack::ProcessName is rack middleware to set the ruby process name to whatever request is currently being processed.
2021
2022
2023
2024
2025
2026
0.0
Provides a profiler page of the ruby execution which has infomation of gc and object allocation.
2021
2022
2023
2024
2025
2026
0.0
Generate a REST API for registering and querying push notification device tokens.
2021
2022
2023
2024
2025
2026
0.0
Rack middlewares for double
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
Serve property list or JSON configuration files.
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
Makes all POST calls assume GET. This allows us to do REST development with Facebook, which always sends POST
2021
2022
2023
2024
2025
2026
0.0
Rack-rest-rspec: RSpec Matchers for REST Rack webservice
2021
2022
2023
2024
2025
2026
0.0
Remove all malicious HTML from your request before it reaches your application
2021
2022
2023
2024
2025
2026
0.0
Automatically generate RESTful CRUD services
2021
2022
2023
2024
2025
2026
0.0
Automatically generate RESTful CRUD services
2021
2022
2023
2024
2025
2026
0.0
Automatically generate RESTful CRUD services
2021
2022
2023
2024
2025
2026
0.0
Handles a single request to/from STDIN/STDOUT. Exits when the response
has finished. Sutable for running via inetd.
2021
2022
2023
2024
2025
2026
0.0
Expose Smoke sources and transcode them into JSON, XML or YAML
2021
2022
2023
2024
2025
2026
0.0
Use rack middleware to handle sprockets preprocessing. Processing happens on requests to sprockets resources. This allows you to develop, check in, and deploy unprocessed sprockets resources and leave the processing to the middleware. Allows for optimizing by environment: never-cache, always-r...
2021
2022
2023
2024
2025
2026
0.0
Simple HTTP server launcher for Rack application (Sinatra, Rails, etc...)
2021
2022
2023
2024
2025
2026
0.0
Integrate Unpoly with any Rack or Sinatra application
2021
2022
2023
2024
2025
2026