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
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
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
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
Currently a helper for generating bootstrap formatted input fields for ActiveRecord objects.
2021
2022
2023
2024
2025
2026
0.0
Web proxy based on Sinatra and VCR to record and replay all the http requests, useful for end to end tests.
2021
2022
2023
2024
2025
2026
0.0
Simple Push Notification Server written with Sinatra and Sequel(Sqlite3)
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 sinatra middleware for using alexa commands with transmission.
2021
2022
2023
2024
2025
2026
0.0
Priest is a more advanced replacement for the monk command line tool. Monk is a glue framework for web development. It means that instead of installing all the tools you need for your projects, you can rely on a git repository and a list of dependencies, and Monk will care of the rest. By default...
2021
2022
2023
2024
2025
2026
0.0
Priest is a more advanced replacement for the monk command line tool. Monk is a glue framework for web development. It means that instead of installing all the tools you need for your projects, you can rely on a git repository and a list of dependencies, and Monk will care of the rest. By default...
2021
2022
2023
2024
2025
2026
0.0
Quick and dirty sinatra app to enable bookmarklet purging of akamai repos
2021
2022
2023
2024
2025
2026
0.0
A modular opinionated CMS based on Sinatra and Mongoid, in the works..
2021
2022
2023
2024
2025
2026
0.0
Provides helpful command line tools to run sinatra server and bundle adyen skin 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
A lightweight, framework-agnostic Ruby SDK for integrating PeyemAPI payments. Works with Rails, Sinatra, Hanami, and plain Ruby.
2021
2022
2023
2024
2025
2026