0.0
Rack::Ermahgerd is a simple Rack middleware that translates the content of a web page into Ermahgerd-ish
2021
2022
2023
2024
2025
2026
0.0
Rack middleware to facilitate Campfire control via a Rack application
2021
2022
2023
2024
2025
2026
0.0
Rack middleware for building multi-protocol streaming rack endpoints
2021
2022
2023
2024
2025
2026
0.0
Rack middlewares to make building and serving a Single Page App from a Ruby Rack app easy.
2021
2022
2023
2024
2025
2026
0.0
Rack::SimpleUserAgent is Rack::Request extension which detects user-agent from user-agent string. No complicated logic for the detection, it simply(stupidly) checks if user-agent includes particular string or not.
2021
2022
2023
2024
2025
2026
0.0
Streaming proxy for Rack, the rainbows to Rack::Proxy's unicorn. With SSL Support
2021
2022
2023
2024
2025
2026
0.0
Rack::NonCache is a rack middleware that disables HTTP browser caching.
2021
2022
2023
2024
2025
2026
0.0
Guard::RackUnit runs Racket RackUnit tests
2021
2022
2023
2024
2025
2026
0.0
Rack::Joint is a rack middleware to set redirect configuration with your anticipation.
2021
2022
2023
2024
2025
2026
0.0
Extends Rack::File and Rack::Static with gzip pre-compression optimization support. Also supports gzipped file extraction for clients which do not support gzip encoding.'
2021
2022
2023
2024
2025
2026
0.0
This package is Hiraku's modified rack.
Original description is bellow.
Rack provides minimal, modular and adaptable interface for developing
web applications in Ruby. By wrapping HTTP requests and responses in
the simplest way possible, it unifies and distills the API for web
servers, web fram...
2021
2022
2023
2024
2025
2026
0.0
Rack::ContentDispositionHelper is Rack middleware that rewrites the decoded filename* directive in the Content-Disposition response header as the value of the filename directive.
2021
2022
2023
2024
2025
2026
0.0
Pure Rack middleware that reads forward-auth headers (Remote-User, Remote-Email, Remote-Groups, Remote-Name) and exposes parsed user attributes in the Rack env. Includes a test stub for development environments. No Rails dependency.
2021
2022
2023
2024
2025
2026
0.0
Rack::Config::Flexible is an alternative to Rack::Config,
offering much greater flexibility.
Configuration options are stored as key-value pairs in _sections_,
partitioned by _environments_. For example:
+ environment
+ section
key -> value pairs
A simple DSL ...
2021
2022
2023
2024
2025
2026
0.0
Rack middleware to decode the JWT token and add the payload to the Rack env
2021
2022
2023
2024
2025
2026
0.0
Rack middleware to decode JWT and append it to the rack environment
2021
2022
2023
2024
2025
2026
0.0
Rack::Store is a Rack middleware what makes the env accessible anywhere while a request
2021
2022
2023
2024
2025
2026
0.0
Rack middleware for transparent authentication with NTLM. This is a fork from lukefx/rack-ntlm on Github. This makes the Rack middleware a gem and uses net/ldap to search the user against an ActiveDirectory server. This is work in progress, so contributions are welcome.
2021
2022
2023
2024
2025
2026
0.0
Rack middleware that works with Sinatra to dynamically create CRUD
endpoints and routes based on models. It ain't perfect, but it works.
These generated CRUD routes are assumed to return a Rack response.
It's important to note, that you models and endpoints must be in
separate modules...
2021
2022
2023
2024
2025
2026
0.0
Rack::LocaleRootRedirect uses Rack:Accept to map '/' to a path based on the `Accept-Language` HTTP header.
2021
2022
2023
2024
2025
2026