public
Fork of yrashk/zoid
Description: Zoid is a minimalistic REST-based webapp framework on top of StrokeDB
Clone URL: git://github.com/crossblaim/zoid.git
Some initial files added
yrashk (author)
Wed Apr 30 20:40:29 -0700 2008
commit  8ff9e8dd9e58263e19702022752b4c4794a6e560
tree    d560cb79c7087a7cc55705dd7c56d7cb4830a209
parent  91ca6d118c843f619931928b7fe4e0a826e1d552
...
1
2
3
4
 
 
 
5
...
1
2
 
3
4
5
6
7
0
@@ -1,3 +1,5 @@
0
 $:.unshift File.expand_path(File.dirname(__FILE__))
0
 
0
-require 'zoid/strokedb'
0
\ No newline at end of file
0
+require 'zoid/strokedb'
0
+require 'zoid/rack'
0
+require 'zoid/application'
0
\ No newline at end of file

Comments

    No one has commented yet.