public
Description: StrokeDB is an embeddable distributed document database written in Ruby
Homepage: http://strokedb.com/
Clone URL: git://github.com/yrashk/strokedb.git
some raw commit of docs_by_meta view
oleganza (author)
Thu May 15 05:44:40 -0700 2008
commit  6e3b48177d8e96d080d02759924c7221f90075f7
tree    4142a8e673ce2a4363012116ae578c0c254770be
parent  23dceb611ce12e262177fad9f3fcb73f089d0b6a
...
44
45
46
47
 
48
49
50
...
83
84
85
 
86
87
88
89
90
91
...
182
183
184
 
 
185
186
 
187
...
44
45
46
 
47
48
49
50
...
83
84
85
86
87
88
 
89
90
91
...
182
183
184
185
186
187
188
189
190
0
@@ -44,7 +44,7 @@ end
0
 
0
 
0
 
0
-
0
+=begin
0
 
0
 
0
 ##########################################################
0
@@ -83,9 +83,9 @@ module StrokeDB
0
                 ]
0
               ]
0
             end
0
+          end
0
         end
0
       end
0
-      end
0
     end
0
 
0
     module HasManyAssociation
0
@@ -182,6 +182,9 @@ module StrokeDB
0
       end
0
     end
0
   end
0
+  
0
+  
0
 end  
0
 
0
+=end
0
 
...
3
4
5
 
...
3
4
5
6
0
@@ -3,3 +3,4 @@ require 'views/default_key_encoder'
0
 require 'views/raw_data_meta'
0
 require 'views/memory_view_storage'
0
 require 'views/view'
0
+require 'views/docs_by_meta'

Comments