#
rack
Here are 310 public repositories matching this topic...
A Ruby/Rack web server built for parallelism
-
Updated
Jun 2, 2022 - Ruby
Rack middleware for blocking & throttling
-
Updated
May 16, 2022 - Ruby
Manages application of security headers with many safe defaults
ruby
rack
secure-headers
csp
hsts
referrer-policy
middleware
xframe-options
cookie
content-security-policy
-
Updated
Jun 1, 2022 - Ruby
File Attachment toolkit for Ruby applications
-
Updated
May 19, 2022 - Ruby
A very fast & simple Ruby web server
-
Updated
Apr 11, 2022 - Ruby
Rum based microframework for web development.
-
Updated
Oct 22, 2021 - Ruby
iodine - HTTP / WebSockets Server for Ruby with Pub/Sub support
ruby
redis
rack
server
webserver
websocket-server
cluster
pubsub
sse
redis-client
websocket-protocol
http-server
eventmachine
event-source
ruby-mri
concurrent-connections
-
Updated
May 28, 2022 - C
Tracking made easy: Don’t fool around with adding tracking and analytics partials to your app and concentrate on the things that matter.
-
Updated
Jul 12, 2021 - Ruby
-
Updated
Jun 1, 2022 - Ruby
Simple Rails & AWS Lambda Integration 🐑 🛤
-
Updated
May 27, 2022 - Ruby
Prometheus instrumentation library for Ruby applications
-
Updated
May 24, 2022 - Ruby
minimalist framework for building rack applications
-
Updated
Feb 16, 2022 - Ruby
Interface for HTTP webservers, frameworks and clients
-
Updated
Nov 5, 2020 - Elixir
Tipi - the All-in-one Web Server for Ruby Apps
-
Updated
May 27, 2022 - Ruby
Tell StatsD about request time, GC, objects and more. Latest Rails 4 and Ruby 2.1 support, and ancient Rails 2 and Ruby 1.8 support.
-
Updated
Jan 31, 2022 - Ruby
-
Updated
Mar 2, 2022 - Ruby
Improve this page
Add a description, image, and links to the rack topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the rack topic, visit your repo's landing page and select "manage topics."
I am trying to write my own custom route matcher and using the example in the readme, I receive the following error:
AllButPattern can't be coerced into Mustermann::Pattern (TypeError)Here is my example code: