#
sinatra
Here are 1,320 public repositories matching this topic...
Pagination library for Rails, Sinatra, Merb, DataMapper, and more
-
Updated
Apr 7, 2022 - Ruby
ruby
rails
bootstrap
sinatra
foundation
bulma
semantic-ui
padrino
searchkick
materialize
elasticsearch-rails
-
Updated
May 12, 2022 - Ruby
Tiny Scala high-performance, async web framework, inspired by Sinatra
-
Updated
May 31, 2022 - Scala
Easiest way to add multi-environment yaml settings to Rails, Sinatra, Pandrino and other Ruby projects.
-
Updated
May 25, 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
May 27, 2022 - 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
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
May 27, 2022 - 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
A lightweight Sinatra application backed by sqlite that can mock ReST responses. Has interface to easily create, search & maintain mocks. No need to program mocks into a language specific implementation.
-
Updated
Aug 6, 2021 - Ruby
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: