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
Currently a helper for generating bootstrap formatted input fields for ActiveRecord objects.
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
Very simple app services status report for rails, sinatra or rack
2021
2022
2023
2024
2025
2026
0.0
The goal of this gem is to build a resume or portfolio based on a YAML file and running on top of a Sinatra app.
2021
2022
2023
2024
2025
2026
0.0
Armstrong is an Mongrel2 fronted, actor-based web development framework similar in style to sinatra. With natively-threaded interpreters (Rubinius2), Armstrong provides true concurrency and high stability, by design.
2021
2022
2023
2024
2025
2026
0.0
Rack middleware that works with Sinatra to dynamically create CRUD
endpoints and routes based on models. It ain't perfect, but it works.
These generated CRUD routes are assumed to return a Rack response.
It's important to note, that you models and endpoints must be in
separate modules...
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
Build and run SADI services with ruby-rdf and sinatra
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
A sinatra middleware for using alexa commands with transmission.
2021
2022
2023
2024
2025
2026
0.0
See a "pretty" version of your API.
Goggles installs a little tiny Sinatra app on a URL prefix and serves
any JSON responses that come back as a prettyprinted HTML page. There
are browser add-ons that do a great job with this sort of thing, but I
wanted something I could live-link from API docs....
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