Registry / web-framework / rack-unreloader

rack-unreloader

JSON →
library2.1.0rbrubygemsunverified

Rack::Unreloader is a rack middleware that reloads application files when it detects changes, unloading constants defined in those files before reloading.

gem install rack-unreloader
INSTALL
IMPORT
SIG · RACK-UNRELOADER
R
rack-unreloader
web-frameworkrubyv2.1.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Rack::Unreloader
require 'rack/unreloader'

Sets up automatic reloading for a Rack application.

require 'rack/unreloader' use Rack::Unreloader, reload: true do require 'my_app' end run MyApp
Debug
Known issues
breakingRequires Ruby 2.0+
fix
Upgrade Ruby to version 2.0 or higher.
affects: < 2.1.0
Upgrade
Version history
2.1.0latest on RubyGems
Audit
Dependencies

No dependency data recorded yet.

Agent activity
7 hits · last 30 days
node
6
Amazon
1
Resources
rack-unreloader — gem install rack-unreloader · libregistry