0.0
Sinatra app for managing I18n translations stored in YAML files, database or Redis
2021
2022
2023
2024
2025
2026
0.0
AutoApi generates a RESTful API on the fly. If you call gets on items that do not exist, you get back what you'd expect if the object didn't exist. If you POST to something, even if it doesn't exist, it will create it on the fly, which then can be retreived from the database. It runs on Sinatr...
2021
2022
2023
2024
2025
2026
0.0
Compilation of tools and configurations that will help you
get started with your back-end setup.
This gem contains the basic configuration options and file
organization to create an HTTP layer and also a layer for
the business rules (a.k.a. interactors).
Sinatra is used as a HTTP layer, but it ...
2021
2022
2023
2024
2025
2026
0.0
A simple CMS system built on top of sinatra for lighweight but feature rich sites
2021
2022
2023
2024
2025
2026
0.0
A gem that provides generators for sinatra apps, ready to go with rack-test/webrat/randexp and others
2021
2022
2023
2024
2025
2026
0.0
Corneal is a Sinatra app generator with Rails-like simplicity, updated for 2021 gems.
2021
2022
2023
2024
2025
2026
0.0
What could be better than one more Sinatra?
2021
2022
2023
2024
2025
2026
0.0
This is a micro framework based in Rack, inspired in Sinatra, camping and many others. The intention is to have fast responses for simple API calls. The base unit of this framework are the classes, which registers a regular expression that will match this resource.
2021
2022
2023
2024
2025
2026
0.0
Classy web-development dressed in a DSL
2021
2022
2023
2024
2025
2026
0.0
A Sinatra web app packaged as a gem that is used to demonstrate https://github/DEFRA/quke
2021
2022
2023
2024
2025
2026
0.0
Lescopr automatically captures logs, errors and exceptions from any Ruby project and streams them in real-time to the Lescopr dashboard. Works with Rails, Sinatra, Rack and plain Ruby.
2021
2022
2023
2024
2025
2026
0.0
Resque is a Redis-backed Ruby library for creating background jobs,
placing those jobs on multiple queues, and processing them later.
Resque-igo is the same thing, but for mongo. It would not exist without the work of defunkt and ctrochalakis on github.
Background jobs can be a...
2021
2022
2023
2024
2025
2026
0.0
Generate templates for Sinatra. The built-in template provide a user authentication model, but you can add as many templates as you want.
2021
2022
2023
2024
2025
2026
0.0
Catch bugs locally, get AI-powered fixes. Works with Rails and Sinatra.
2021
2022
2023
2024
2025
2026
0.0
A ruby OCSP responder using Sinatra and redis. RFC 2560 and 5019 compliant.
2021
2022
2023
2024
2025
2026
0.0
A minimal web service on the top of sinatra to query bam files
2021
2022
2023
2024
2025
2026
0.0
# Rack HTTP Pipe
Use to pipe directly a remote HTTP file without buffering it.
> /!\ Do not work with WebBrick, tested with puma
## Use case
* Given a file named #HASH#.pdf on S3
* You want a clean URL and handling the authentication in front of it
```
GET http:/example.com/download
Cont...
2021
2022
2023
2024
2025
2026
0.0
# Kaffe Framework
This is a minimalistic webframework inspired by sinatra and
rails.
## Basic usage
The idea is to use be able to create modular applications and
forward requests between them.
class Blog < Kaffe::Base
use Rack::CommonLogger
get '/?' do
...
2021
2022
2023
2024
2025
2026
0.0
Generator to create a web application consisting of Sinatra, MongoDB, jQuery, HTML5, Effigy, and Hoptoad.
2021
2022
2023
2024
2025
2026
0.0
This is going to be a better version of sinatra but not as heavy as rails
2021
2022
2023
2024
2025
2026