public
Description: A minimalist Ruby web application framework used to demonstrate Rack usage
Clone URL: git://github.com/zapnap/dialtone.git
name age message
file LICENSE Tue Mar 18 12:06:40 -0700 2008 added MIT License [zapnap]
file README Wed Mar 19 11:06:59 -0700 2008 updated with instructions for launching sample app [zapnap]
file dial_tone.rb Wed Mar 19 11:04:16 -0700 2008 use the @request object [zapnap]
file time_checker_app.rb Tue Mar 18 12:09:49 -0700 2008 use rackup script to run: [zapnap]
file time_checker_app.ru Tue Mar 18 12:08:11 -0700 2008 added rackup script [zapnap]
README
DialTone
========

A minimalist (and relatively useless) Ruby web application framework used to 
demonstrate Rack (http://rack.rubyforge.org). Use the Rackup script to 
launch the sample application:

ruby time_checker_app.ru -p 8080

nap -at- zerosum -dot- org