#
sinatra
Here are 1,308 public repositories matching this topic...
Pagination library for Rails, Sinatra, Merb, DataMapper, and more
-
Updated
Feb 17, 2022 - Ruby
ruby
rails
bootstrap
sinatra
foundation
bulma
semantic-ui
padrino
searchkick
materialize
elasticsearch-rails
-
Updated
Mar 18, 2022 - Ruby
Tiny Scala high-performance, async web framework, inspired by Sinatra
-
Updated
Mar 21, 2022 - Scala
Easiest way to add multi-environment yaml settings to Rails, Sinatra, Pandrino and other Ruby projects.
-
Updated
Feb 13, 2022 - Ruby
Extends Sinatra with ActiveRecord helper methods and Rake tasks.
-
Updated
Dec 26, 2021 - Ruby
Dawn is a static analysis security scanner for ruby written web applications. It supports Sinatra, Padrino and Ruby on Rails frameworks.
-
Updated
Apr 6, 2021 - Ruby
A base Sinatra application template with DataMapper, and RSpec. Just fork and build.
-
Updated
Feb 29, 2020 - Ruby
Parameter Validation & Type Coercion for Sinatra
-
Updated
Mar 9, 2022 - Ruby
A mini cryptocurrency in Ruby
-
Updated
Oct 23, 2017 - Ruby
Lightweight Action Cable implementation (Rails-free)
-
Updated
Jul 6, 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
Mar 21, 2022 - Ruby
A free and open source (FOSS) web application for modulating your own METAFONTs
-
Updated
Aug 13, 2018 - HTML
Ruby gem that lets you create draft versions of your database records.
-
Updated
Nov 6, 2020 - Ruby
ruby
rails
metadata
application
sinatra
events
hanami
log
logging
context
structured-logging
timber
timber-ruby
contextual-data
augmentation
lograge
-
Updated
Apr 16, 2020 - Ruby
Sinatra app to monitor Redis servers.
-
Updated
Nov 4, 2021 - CSS
Rack middleware for the EU ePrivacy Directive compliance in Ruby Web Apps
-
Updated
Feb 21, 2018 - Ruby
Start building a subscriber list before your product launches
-
Updated
Aug 14, 2019 - CSS
Improve this page
Add a description, image, and links to the sinatra topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the sinatra 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: