0.0
Hollow is a drop-in component for building RESTful services that bridges
from any routing solution (like Sinatra) to your back-end. You flesh out
your service with Resource classes, you pick a Router to forward some
traffic to Hollow, and it works. GET /HelloWorld becomes HelloWo...
2021
2022
2023
2024
2025
2026
0.0
Out-of-box R18n support for Ruby on Rails.
It is just a wrapper for R18n Rails API and R18n core libraries.
R18n has nice Ruby-style syntax, filters, flexible locales, custom loaders,
translation support for any classes, time and number localization, several
user language supp...
2021
2022
2023
2024
2025
2026
0.0
A JSON API in Sinatra for scouting FRC competitions, and that manages the database using Mongoid.
2021
2022
2023
2024
2025
2026
0.0
Fake Dropbox server written using the Sinatra framework. For development
and testing purposes, no real authentication and users, stores files on the
local machine. Can be used either as a standalone app listening on a port
(language agnostic) or intercept calls to the real Dropbo...
2021
2022
2023
2024
2025
2026
0.0
Provides object geocoding (by street or IP address), reverse geocoding (coordinates to street address), distance queries for ActiveRecord and Mongoid, result caching, and more. Designed for Rails but works with Sinatra and other Rack frameworks too.
2021
2022
2023
2024
2025
2026
0.0
This project consist of two parts First part includes sqlite database with two tables based on worldcitiespop.csv (http://download.maxmind.com/download/): cities(city, country, latitude, longitude, population, timezone_code) timezones(timezone, code) Second part is sinatra (web) application for ...
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
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
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
# 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
Noumenon is a content management system designed to support being extended with Sinatra
applications.
It's currently in an early stage of development, but right now you can create a basic
static site using templates from a theme which specify the structure and presentation
of your content, and Y...
2021
2022
2023
2024
2025
2026
0.0
Ruby palindrome detector with sinatra DSL framework
2021
2022
2023
2024
2025
2026
0.0
Traditionally, a PHP or Perl/CGI web page has been used to login unauthenticated users to a Network Access Controller like ChilliSpot; this hotspotlogin implementation is based on Sinatra instead, and relies heavily on the CoovaChilli JSON interface.
2021
2022
2023
2024
2025
2026
0.0
A Sinatra Markdown server.
With many extra non-standard features.
2021
2022
2023
2024
2025
2026
0.0
Simplifies the integration of a custom, standards-compliant SSO service into any Rack-based application (like Rails or Sinatra) using the OmniAuth framework.
2021
2022
2023
2024
2025
2026
0.0
Generates the (semi-opinianated) basic file structure for a ruby project in users current directory. Currently only supports Sinatra projects.
2021
2022
2023
2024
2025
2026
0.0
Provides component-scoped CSS encapsulation using [data-capsule] attributes for Phlex components, ViewComponent components, and ERB templates. Styles are automatically scoped to prevent leakage between components. Inspired by component-based CSS approaches like Angular's view encapsulation and CS...
2021
2022
2023
2024
2025
2026