rack-unreloader
Code reloader
A Rack application that automatically reloads modified code while ensuring clean and idempotent reloading of constants.
Rack Application that reloads application files if changed, unloading constants first
99 stars
8 watching
5 forks
Language: Ruby
last commit: 11 months ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
dblock/guard-rack | Automatically restarts a Rack application when the relevant files change. | 42 |
rksm/hot-lib-reloader-rs | Enables live coding and rapid feedback cycles by reloading Rust code without requiring the application to restart. | 616 |
rtomayko/shotgun | An automatic reloading version of the Rack command that forks and reloads an application on each request. | 864 |
pylons/hupper | Automatically reloads code after file changes during development. | 213 |
sol/reserve | A tool for immediate code reloading in Haskell web applications | 70 |
fxn/zeitwerk | An efficient and thread-safe code loader for Ruby, allowing projects to autoload classes and modules on demand or upfront. | 1,991 |
knobo/live-reload | A tool for live reloading of web pages during development | 8 |
jacopotarantino/preloadables | Provides preloading and prefetching metadata helpers for Rails applications to speed up page loading | 18 |
rubenspgcavalcante/webpack-extension-reloader | A plugin that automates reloading of browser extensions during development | 494 |
plone/plone.reload | A tool to reload Zope 2 and Plone configurations without requiring a restart. | 10 |
techiferous/rack-plastic | A gem that simplifies the development of Rack middleware by providing a convenient API for parsing and modifying HTML responses. | 22 |
petebrowne/rack-pack | Middleware that packages and compresses assets into single files. | 16 |
sindresorhus/electron-reloader | An Electron module that provides simple auto-reloading functionality during development | 572 |
rack/rack-contrib | A collection of reusable middleware and utilities for building web applications in Ruby | 1,259 |
applelo/vite-plugin-browser-sync | An extension for Vite that integrates BrowserSync for live code reloading and previewing. | 67 |