0.0
simple, threaded rack handler (webserver)
2021
2022
2023
2024
2025
2026
0.0
Duck is similar to Rack, but for the Gemini protocol.
2021
2022
2023
2024
2025
2026
0.0
File sending for Rack applications.
2021
2022
2023
2024
2025
2026
0.0
A mobile user agent detection Rack middleware. See the README.
2021
2022
2023
2024
2025
2026
0.0
WardenSkeletonKey is a Rack middleware to automatically log you into your development environment. Saving you seconds and from forgetting those testing passwords. Was it "test123"?
2021
2022
2023
2024
2025
2026
0.0
A rack middleware which does css and javascript combining
and minification for sites hosted in readonly filesystem environments
such as heroku.com
2021
2022
2023
2024
2025
2026
0.0
Dynamic robots.txt for different Rails environments with Rack.
2021
2022
2023
2024
2025
2026
0.0
A rack based web framework
2021
2022
2023
2024
2025
2026
0.0
HTML Tidy.
2021
2022
2023
2024
2025
2026
0.0
Restricted cache in the rack request.
2021
2022
2023
2024
2025
2026
0.0
Application to gather prometheus style metrics
# Usage
Install the gem into your gemfile
```gem prometheus-collector```
Install your gemset
```bundle install```
Consume the program.
```
require 'prometheus/collector'
class Guage < Prometheus::Collector::Extensions::Base
install
def...
2021
2022
2023
2024
2025
2026
0.0
Riak sessions for Rack based application.
2021
2022
2023
2024
2025
2026
0.0
Small router based on RACK
2021
2022
2023
2024
2025
2026
0.0
Which Browser adds a few helper methods to a rack request making it easier to determine which browser is being used by the client.
2021
2022
2023
2024
2025
2026
0.0
Yardmarshal inspects rails, allowing deep inspection of routes, racks, and more
2021
2022
2023
2024
2025
2026
0.0
Could be called parts for Rack...
2021
2022
2023
2024
2025
2026
0.0
Build rack responses with functional style
2021
2022
2023
2024
2025
2026
0.0
This gems provide a Rack middleware and a logger formatter for logging with request id in your Rails app.
2021
2022
2023
2024
2025
2026
0.0
Replay the request via Rack env
2021
2022
2023
2024
2025
2026
0.0
Ruby OpenID Test Server (ROTS) provides a basic OpenID server made in top of the Rack gem.
With this small server, you can make dummy OpenID request for testing purposes,
the success of the response will depend on a parameter given on the URL of the authentication request.
2021
2022
2023
2024
2025
2026