public
Description: StrokeDB is an embeddable distributed document database written in Ruby
Homepage: http://strokedb.com/
Clone URL: git://github.com/yrashk/strokedb.git
added name for a view ByMetas
oleganza (author)
Fri May 23 08:55:51 -0700 2008
commit  ee50ace6222604a6d76e4f3a9ce8e9c6b9faaf52
tree    868ae2c3ef154b17c457af7aa0d35e4ba04fe6c7
parent  6e3b48177d8e96d080d02759924c7221f90075f7
...
1
2
3
 
4
5
6
...
1
2
 
3
4
5
6
0
@@ -1,6 +1,6 @@
0
 module StrokeDB
0
   
0
-  ByMetas = View.define! "" do |view|
0
+  ByMetas = View.new "strokedb_all_docs_by_metas" do |view|
0
     def view.map(uuid, doc)
0
       doc.metas.each do |meta|
0
         

Comments