Take the 2008 Git User's Survey and help out! [ hide ]

public
Rubygem
Description: Classy web-development dressed in a DSL
Homepage: http://sinatrarb.com
Clone URL: git://github.com/bmizerany/sinatra.git
Search Repo:
quick doc fix
bmizerany (author)
Wed May 07 14:18:43 -0700 2008
commit  3588b55bc17f1e8ab359241aa5a532dd25cc869b
tree    a75a8a2ee14ccd3004367c04e57447b5ec6dd1df
parent  9c85e99c995c742671ba970defac59e3dfcb7bb5
...
88
89
90
91
 
92
93
94
...
150
151
152
153
 
154
155
156
157
158
 
159
160
161
...
88
89
90
 
91
92
93
94
...
150
151
152
 
153
154
155
156
157
 
158
159
160
161
0
@@ -88,7 +88,7 @@ If a file exists that maps to the REQUEST_PATH then it is served and the request
0
 
0
 = Views (if you need MVC)
0
 
0
-All views are looked up in:
0
+All file-based views are looked up in:
0
 
0
   root
0
     | - views/
0
@@ -150,12 +150,12 @@ This one is cool:
0
   
0
   __END__
0
   
0
- ## layout
0
+ @@ layout
0
   X
0
   = yield
0
   X
0
   
0
- ## index
0
+ @@ index
0
   %div.title Hello world!!!!!
0
   
0
 Try it!

Comments

    No one has commented yet.