public
Description: StrokeDB is an embeddable distributed document database written in Ruby
Homepage: http://strokedb.com/
Clone URL: git://github.com/yrashk/strokedb.git

Comments for yrashk's strokedb   feed

yrashk commented on yrashk/strokedb Thu May 22 16:18:48 -0700 2008
Comment in 72805eb:

Oleg’s type of jokes

yrashk commented on yrashk/strokedb Thu May 22 14:17:36 -0700 2008
Comment in 8468f54:

Why do we need this crap?

michaelklishin commented on yrashk/strokedb Thu May 22 13:55:22 -0700 2008
Comment in 72805eb:

Pereklyuchatel :D

yrashk commented on yrashk/strokedb Sun May 18 07:09:41 -0700 2008
Comment on lib/strokedb/document.rb L215 in e3704e7:

passed

oleganza commented on yrashk/strokedb Sun May 18 06:44:21 -0700 2008
Comment on lib/strokedb/document.rb L215 in e3704e7:

test

oleganza commented on yrashk/strokedb Fri Apr 25 09:52:37 -0700 2008
Comment on lib/strokedb/views/view.rb L6 in 6ede8a3:

test 2

oleganza commented on yrashk/strokedb Fri Apr 25 09:51:14 -0700 2008
Comment in 6ede8a3:

test

elliottcable commented on yrashk/strokedb Mon Apr 21 12:31:59 -0700 2008
Comment on lib/strokedb/console.rb L41 in 8fb444d:

I changed it to wipe out, because now after a clear! there will be no database. Won’t that cause errors? Trying to save to something that doesn’t exist?

yrashk commented on yrashk/strokedb Mon Apr 21 04:13:17 -0700 2008
Comment in f40b392:

nsurl is a way to distinguish metas defined for different applications. Lets say I have application Foo with meta User, and you have application Bar with meta User as well. Say, you would like to use documents with my meta, but have no name clashes. To do this, you will need to define your meta this way: Meta.default_nsurl = “http://barapp.com/” # only once User = Meta.new and my meta as FooUser = Meta.new(:name => “User”, :nsurl => “http://fooapp.com/”) or something like that.

Please note that above FooUser definition will not work correctly now (it will define “User” constant). I am in process of defining the way “clashing” metas should be defined.

elliottcable commented on yrashk/strokedb Mon Apr 21 00:04:52 -0700 2008
Comment in f40b392:

What’s the NSURL for?

yrashk commented on yrashk/strokedb Sun Apr 20 06:16:17 -0700 2008
Comment in f620a94:

sure, it can not

michaelklishin commented on yrashk/strokedb Sun Apr 20 05:22:32 -0700 2008
Comment in f620a94:

I cannot see “Acts as Enterprisey” on the roadmap. This is because StrokeDB completely cannot scale, right?

elliottcable commented on yrashk/strokedb Sat Apr 19 11:59:36 -0700 2008
Comment in 223f0b9:

When replying to a comment on a certain line, you should probably also comment on that line (click the black bubble to the left of it). Anyway, I’m pretty sure echoe can install the gem correctly. I’ll look in the docs and see if I can figure it out.

yrashk commented on yrashk/strokedb Sat Apr 19 11:45:56 -0700 2008
Comment in 223f0b9:

I just do not like gem names with uppercase letters :)

elliottcable commented on yrashk/strokedb Sat Apr 19 11:44:04 -0700 2008
Comment on Rakefile L12 in 223f0b9:

Why the name change? On the website, it’s StrokeDB… did I miss something?

elliottcable commented on yrashk/strokedb Sat Apr 19 11:40:51 -0700 2008
Comment on lib/strokedb.rb L36 in 6164f32:

This is fine – I only moved it so all the UUIDs would only be two lines apart, to make it look ‘even’.

yrashk commented on yrashk/strokedb Fri Apr 18 18:16:27 -0700 2008
Comment in 76a0954:

You may initiate a thread on google group or on IRC — to get more opinions about this issue.

yrashk commented on yrashk/strokedb Fri Apr 18 18:16:27 -0700 2008
Comment in 76a0954:

You may initiate a thread on google group or on IRC — to get more opinions about this issue.

elliottcable commented on yrashk/strokedb Fri Apr 18 16:49:09 -0700 2008
Comment in 76a0954:

It’s annoying to end up with a .console.strokedb every time I use the console to test something and forget to start with MEM or end with clear!, that’s what I see. Maybe I’m the only one that is annoyed by .console.strokedb folders laying around, I dunno.