about summary refs log tree commit homepage
path: root/examples/sinatra/sinatra_example.rb
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2009-03-09 16:47:19 -0700
committerEric Wong <normalperson@yhbt.net>2009-03-09 16:47:19 -0700
commitdebbcdc31db2931b27081661114f023bc99ab266 (patch)
treedd45483916f310b462e56c72fabe1703a879e064 /examples/sinatra/sinatra_example.rb
parentac6ace3a978b4074b6af6de982e2b6543b7f42cb (diff)
downloadunicorn-debbcdc31db2931b27081661114f023bc99ab266.tar.gz
It is no longer relevant (or working) with rackup compatibility.
Diffstat (limited to 'examples/sinatra/sinatra_example.rb')
-rw-r--r--examples/sinatra/sinatra_example.rb7
1 files changed, 0 insertions, 7 deletions
diff --git a/examples/sinatra/sinatra_example.rb b/examples/sinatra/sinatra_example.rb
deleted file mode 100644
index 70d05c2..0000000
--- a/examples/sinatra/sinatra_example.rb
+++ /dev/null
@@ -1,7 +0,0 @@
-#!/home/ew/bin/ruby
-# this is a standalone Sinatra application, there is absolutely NOTHING
-# special that has to be done in this file for running with Unicorn,
-# instead take a look at the unicorn-sinatra-example script in this
-# directory
-require 'sinatra'
-get('/') { "hello world\n" }