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:
Doc fixes in examples.
macournoyer (author)
Wed Feb 06 20:02:28 -0800 2008
commit  3e406d56b4d618cd89b18a4c9a7c20a2542a883a
tree    519c425c83c80ce4cd72774e0ba4cd12458042c3
parent  f877d8ba0386b005d30925cd66d1af919ebe7754
...
1
2
 
 
 
 
3
4
5
...
1
 
2
3
4
5
6
7
8
0
@@ -1,5 +1,8 @@
0
 # Run with: rackup -s thin
0
-# Then browse to http://localhost:9292
0
+# then browse to http://localhost:9292
0
+# Or with: thin start -r config.ru
0
+# then browse to http://localhost:3000
0
+#
0
 # Check Rack::Builder doc for more details on this file format:
0
 # http://rack.rubyforge.org/doc/classes/Rack/Builder.html
0
 
...
4
5
6
7
8
9
10
...
4
5
6
 
7
8
9
0
@@ -4,7 +4,6 @@
0
 #
0
 # thin start -r ramaze.ru
0
 #
0
-
0
 require 'start'
0
 
0
 Ramaze.trait[:essentials].delete Ramaze::Adapter

Comments

    No one has commented yet.