public
Description: A very fast & simple Ruby web server
Homepage: http://code.macournoyer.com/thin/
Clone URL: git://github.com/macournoyer/thin.git
Search Repo:
macournoyer (author)
Wed Feb 06 19:59:23 -0800 2008
commit  f877d8ba0386b005d30925cd66d1af919ebe7754
tree    712817fd0e0c03cfeb4b3fc3784f7779065b0686
parent  96cade0504318380d5b97b2bbdd9430d0eeb0a83
thin / example / ramaze.ru
100644 13 lines (10 sloc) 0.223 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
# Ramaze Rackup config file.
# by tmm1
# Use with --rackup option:
#
# thin start -r ramaze.ru
#
 
require 'start'
 
Ramaze.trait[:essentials].delete Ramaze::Adapter
Ramaze.start :force => true
 
run Ramaze::Adapter::Base