0.01
S3 reverse proxy rack app that accepts multiple buckets.
2021
2022
2023
2024
2025
2026
0.01
A rack based static site builder with templates, layouts and project structure
based routing.
2021
2022
2023
2024
2025
2026
0.01
ruote workflow engine, wrapped in a loving rack embrace
2021
2022
2023
2024
2025
2026
0.01
Rack task library for using Sprockets standalone.
2021
2022
2023
2024
2025
2026
0.01
Health check framework that aggregates dependency checks with configurable timeouts and optional parallel execution. Provides a DSL for defining checks, aggregated status reporting with filtering and JSON output, and Rack middleware for /health, /health/ready, and /health/live endpoints.
2021
2022
2023
2024
2025
2026
0.01
Rack OpenTracing middleware enhanced for Rails
2021
2022
2023
2024
2025
2026
0.01
A secure_comparison function implemented in C for blazing speed. Includes monkeypatch for Rails and Rack.
2021
2022
2023
2024
2025
2026
0.01
Shared configuration for cooperative middleware.
2021
2022
2023
2024
2025
2026
0.0
A mini rack app that converts buildkite webhooks into datadog APM traces
2021
2022
2023
2024
2025
2026
0.0
My simple implementation of Rack web server using pre-fork and event loop
2021
2022
2023
2024
2025
2026
0.0
S3Config adopts Heroku-style config management for any Rails application using AWS S3 to store, and Rack middleware to inject environment variables.
2021
2022
2023
2024
2025
2026
0.0
An automatic reloading Rack development web server for Ruby.
2021
2022
2023
2024
2025
2026
0.0
Decodes the User-Agent header into UTF-8 in any Rack app
2021
2022
2023
2024
2025
2026
0.0
Scaleable caching framework with 100% cache coverage, async server instances and sync worker instances supporting rack applications like Rails.
2021
2022
2023
2024
2025
2026
0.0
Rack middleware to relocate JavaScript tags to the end of an HTML response body.
Only handles non-streaming `text/html` reponses.
2021
2022
2023
2024
2025
2026
0.0
Provides an /ping endpoint for Rack health check, that doesn't get logged.
2021
2022
2023
2024
2025
2026
0.0
Seetemap allow you to add sitemap to your rack based app.
2021
2022
2023
2024
2025
2026
0.0
A Rack Middleware level filter for sensitive data
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
Switch rack application according to path.
2021
2022
2023
2024
2025
2026