public this repo is viewable by everyone
Description: A very fast & simple Ruby web server
Homepage: http://code.macournoyer.com/thin/
Clone URL: git://github.com/macournoyer/thin.git
markbates (author)
23 days ago
commit  5d0a3a0bfd9d3e9d0ea3c0f14a6873f58a6e35ce
tree    b79388293e37c34dd95e4bfe4cf3655ac8747c7b
parent  ce6d00751644715c82044d1194a34fc61ca0823d parent  c8c527bef69c6b795739c6efd0849c41c55c37de
thin / example / ramaze.ru
100644 12 lines (10 sloc) 0.222 kb
1
2
3
4
5
6
7
8
9
10
11
12
# 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