Skip to content

RubyElders/rackup-box

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rackup-box

Rack development server with instant reloading using Ruby::Box.

Install

gem install rackup-box --clear-sources --source https://rubyelders.github.io/rackup-box --source https://gem.coop

Example config.ru

run ->(env) { [200, {"content-type" => "text/plain"}, ["Hello World"]] }

Usage

RUBY_BOX=1 rackup-box config.ru

Open http://localhost:9292, do a change in config.ru (like change Hello World to Hello Jimbo) and refresh the page.

About

No description, website, or topics provided.

Resources

Stars

3 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages