Project
Reverse Dependencies for tilt
The projects listed here declare tilt as a runtime or development dependency
0.0
An experimental static site builder with unambitious goals
2021
2022
2023
2024
2025
2026
0.0
A Roda plugin providing server-side Inertia.js adapter
2021
2022
2023
2024
2025
2026
0.0
InProvisE is Intuitive Provisioning Environment
2021
2022
2023
2024
2025
2026
0.0
A durable, resumable turn pipeline behind an OpenAI-Responses-compatible HTTP API, plus a web control UI. Tools, skills, cross-session memory, per-agent policy, content-safety guardrails — one gem, five shapes: reply in-process, serve, rack_app mounted, embed(backend:).
2021
2022
2023
2024
2025
2026
0.0
Ruby library to serialize, format, and visualize Iraq data shared by Agence France-Presse.
2021
2022
2023
2024
2025
2026
0.0
very simple static site generator using ERB
2021
2022
2023
2024
2025
2026
0.0
Acceptance testing for isomorfeus.
2021
2022
2023
2024
2025
2026
0.0
Jade is a high performance template engine heavily influenced by Haml and implemented with JavaScript for node.
2021
2022
2023
2024
2025
2026
0.0
Jade adapter for the Rails asset pipeline.
2021
2022
2023
2024
2025
2026
0.0
A lightning-fast, batteries-included Ruby web micro-framework.
2021
2022
2023
2024
2025
2026
0.0
Preprocess your templates with Tilt
2021
2022
2023
2024
2025
2026
0.0
IDE tools for code completion, inline documentation, and static analysis
2021
2022
2023
2024
2025
2026
0.0
Es muy simple y para aprender mas marco, yo construyo este marco como una gema.
2021
2022
2023
2024
2025
2026
0.0
Sprockets processor for jquery.expand templates
2021
2022
2023
2024
2025
2026
0.0
JRB is a trivial templating engine that allows you to use plain Ruby files as templates.
2021
2022
2023
2024
2025
2026
0.0
Create JSON documents with ease
2021
2022
2023
2024
2025
2026
0.0
Transform JSX to JavaScript from Ruby. Includes a Tilt template for use with Sinatra (or any Tilt project).
2021
2022
2023
2024
2025
2026
0.0
A simple web framework inspired by Rails. Not meant for production use.
2021
2022
2023
2024
2025
2026
0.0
A Mini MVC Web Framework for Ruby built on Rack and a lot of inspiration from Sinatra
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