Brian, In trunk there's a file test/query_server_spec.rb that will test your view server for correctness. Might help in getting a compliant implementation.
Paul On Wed, Jul 8, 2009 at 6:35 PM, Brian Candler<[email protected]> wrote: > Well I couldn't wait :-) So I took the existing code, and found that it > didn't support reduce/rereduce, so I added that. > > Code available at http://github.com/candlerb/couchdb_ruby_view > > Modifying my benchmark suite to use Ruby views, it seems to run > substantially faster than Javascript - and this is with ruby 1.8.7 not 1.9. > > However I'm seeing an intermittent problem with wrong view data being > returned (a view which should return 3000 rows is returning zero, or vice > versa), so I'll investigate that further. > > Regards, > > Brian. >
