public
Description: Tutorial + Cookbook
Homepage: http://sinatra-book.gittr.com
Clone URL: git://github.com/cschneid/sinatra-book.git
Added Introduction, dodgy @@ workaround
Syd (author)
Sun Jun 22 17:13:16 -0700 2008
commit  c4aaefb8c8e9e68fb6e191f0aab1873866b4a5ee
tree    3324589287807c0d1afda6f17bbbea094af56b56
parent  13c071e2e932755a93ff80a9e4229df590f05bb5
...
3
4
5
 
6
7
8
...
3
4
5
6
7
8
9
0
@@ -3,6 +3,7 @@
0
 # a sort order.
0
 
0
 TOC.markdown
0
+Introduction.markdown
0
 Routes.markdown
0
 Handlers.markdown
0
 Filters.markdown
...
4
5
6
7
 
8
9
 
10
11
12
...
4
5
6
 
7
8
 
9
10
11
12
0
@@ -4,9 +4,9 @@ Configuration
0
 Use Sinatra's "set" option
0
 --------------------------
0
 
0
-\@@config file in a config block
0
+`@@`config file in a config block
0
 ---------------------------------
0
-// FIXME - get it with two "at" signs, without the backslash...
0
+
0
 
0
 Application module / config area
0
 --------------------------------

Comments

    No one has commented yet.