Project
Reverse Dependencies for tilt
The projects listed here declare tilt as a runtime or development dependency
0.0
HTML Mockup is a set of tools to create self-containing HTML mockups.
2020
2021
2022
2023
2024
2025
0.0
HTML template adapter for the Rails asset pipeline.
2020
2021
2022
2023
2024
2025
0.0
Hyde lets you create static websites from a bunch of files written in HAML, Textile, Sass, or any other.
2020
2021
2022
2023
2024
2025
0.0
Hyper is a dead simple, zero-config, drop-in framework for static websites on ruby + rack
2020
2021
2022
2023
2024
2025
0.0
Downloading and slight modification of cloud images
2020
2021
2022
2023
2024
2025
0.0
Bridge to the Imba compiler
2020
2021
2022
2023
2024
2025
0.0
An experimental static site builder with unambitious goals
2020
2021
2022
2023
2024
2025
0.0
InProvisE is Intuitive Provisioning Environment
2020
2021
2022
2023
2024
2025
0.0
Ruby library to serialize, format, and visualize Iraq data shared by Agence France-Presse.
2020
2021
2022
2023
2024
2025
0.0
Acceptance testing for isomorfeus.
2020
2021
2022
2023
2024
2025
0.0
Jade is a high performance template engine heavily influenced by Haml and implemented with JavaScript for node.
2020
2021
2022
2023
2024
2025
0.0
A lightning-fast, batteries-included Ruby web micro-framework.
2020
2021
2022
2023
2024
2025
0.0
Preprocess your templates with Tilt
2020
2021
2022
2023
2024
2025
0.0
Es muy simple y para aprender mas marco, yo construyo este marco como una gema.
2020
2021
2022
2023
2024
2025
0.0
Sprockets processor for jquery.expand templates
2020
2021
2022
2023
2024
2025
0.0
JRB is a trivial templating engine that allows you to use plain Ruby files as templates.
2020
2021
2022
2023
2024
2025
0.0
Create JSON documents with ease
2020
2021
2022
2023
2024
2025
0.0
A simple web framework inspired by Rails. Not meant for production use.
2020
2021
2022
2023
2024
2025
0.0
A Mini MVC Web Framework for Ruby built on Rack and a lot of inspiration from Sinatra
2020
2021
2022
2023
2024
2025
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
...
2020
2021
2022
2023
2024
2025