0.0
# Kaffe Framework
This is a minimalistic webframework inspired by sinatra and
rails.
## Basic usage
The idea is to use be able to create modular applications and
forward requests between them.
class Blog < Kaffe::Base
use Rack::CommonLogger
get '/?' do
...
2021
2022
2023
2024
2025
2026
0.0
Web Application Firewall for Rack apps
2021
2022
2023
2024
2025
2026
0.0
Another Rack based web framework 🤷🏽♂️
2021
2022
2023
2024
2025
2026
0.0
NOTE: This is a fork of puma-plugin-telemetry, modified to:
- Support Puma 7
- Add LogTarget, with custom formatter: and transform: options
- Warn about socket telemetry on unsupported platforms
Puma plugin which should be able to handle all your metric needs regarding your webserver:
- abilit...
2021
2022
2023
2024
2025
2026
0.0
All HTML responses passing through Rack will have content-lang header when reaching the webserver. The response body won't need a meta content-lang tag, not even when it's is cached response.
2021
2022
2023
2024
2025
2026
0.0
Lightweight Ruby gem that reports exceptions to an Oopsie instance. Includes Rack middleware for automatic capture and a manual reporting API.
2021
2022
2023
2024
2025
2026
0.0
Modified version of Rack::Session::Redis to support Redis 4.6.0 and 5.0.0
2021
2022
2023
2024
2025
2026
0.0
RailsKeycloakAuthorization adds Rack Based, Policy Enforcement Point (PEP) implementation to authorize requests before they reach the controllers. It is designed to work with Keycloak Authorization Services.
2021
2022
2023
2024
2025
2026
0.0
Angus-router is a powerful router for your next generation of awesome Rack applications.
Just throw your shit into angus-router and run away.
2021
2022
2023
2024
2025
2026
0.0
Easy upload management for ActiveRecord with Rackspace Cloud Files support
2021
2022
2023
2024
2025
2026
0.0
AutoREST is a lightweight CLI tool that turns your SQL database into a fully working RESTful API server using Puma and Rack. Supports SQLite, MySQL, PostgreSQL, and Oracle.
2021
2022
2023
2024
2025
2026
0.0
MiniCheck provides a simple Rack application for adding simple health checks to your app.
2021
2022
2023
2024
2025
2026
0.0
Rack middleware to handle validating Lti 1.1 requests
2021
2022
2023
2024
2025
2026
0.0
This gem helps integrate your Ruby application with AWS CloudWatch, reporting metrics from Puma, Rack, Sidekiq, and ActiveJob in background threads to avoid adding latency to requests and jobs.
2021
2022
2023
2024
2025
2026
0.0
Rack middleware which will redirect every 404 assets requests
to the current digested version for the logical_path referenced in the manifest.
Useful to automate redirects from deleted assets when the old link can't be updated, e.g. emails.
2021
2022
2023
2024
2025
2026
0.0
Rails integration for Toggly feature flags including Railtie, controller concerns, view helpers, Rack middleware, and generators.
2021
2022
2023
2024
2025
2026
0.0
"proxy_pac_rb" is a gem to compress, lint and parse proxy auto-config files. It comes with a cli program, some rack middlewares and can be used from within ruby scripts as well. "proxy_pac_rb" uses a JavaScript runtime to evaulate a proxy auto-config file the same way a browser does to determine ...
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
0.0
A lightweight concern that allows IP address restrictions on specific controller actions. Unlike Rack middleware solutions, this operates at the controller level for minimal overhead.
2021
2022
2023
2024
2025
2026
0.0
An httpbin like Rack module for Rspec
2021
2022
2023
2024
2025
2026