#
rack
Here are 299 public repositories matching this topic...
A Ruby/Rack web server built for concurrency
-
Updated
Aug 20, 2021 - Ruby
Rack middleware for blocking & throttling
-
Updated
Jul 21, 2021 - 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
May 6, 2021 - Ruby
File Attachment toolkit for Ruby applications
-
Updated
Aug 3, 2021 - Ruby
A very fast & simple Ruby web server
-
Updated
Aug 19, 2021 - Ruby
Rum based microframework for web development.
-
Updated
Aug 11, 2020 - 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
Aug 13, 2021 - 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
Simple Rails & AWS Lambda Integration 🐑 🛤
-
Updated
Jul 16, 2021 - Ruby
Prometheus instrumentation library for Ruby applications
-
Updated
Jun 20, 2021 - Ruby
minimalist framework for building rack applications
-
Updated
Feb 7, 2021 - Ruby
Interface for HTTP webservers, frameworks and clients
-
Updated
Nov 5, 2020 - Elixir
-
Updated
Aug 16, 2021 - Ruby
Bugsnag error monitoring & reporting software for rails, sinatra, rack and ruby
notifications
ruby
rails
debugging
rack
bugsnag
sinatra
errors
error-monitoring
crash
error-handling
debug
exceptions
bugs
error-reporting
unhandled-exceptions
debugging-tool
exception-reporting
bugsnag-ruby
bug-tracking-tool
-
Updated
Aug 20, 2021 - 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
Feb 29, 2020 - 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: