docs
docs copied to clipboard
RethinkDB documentation
Adding a global sitemap, or index for all the docs (excluding the API docs), so that you can see them in one glance. It should include a subtitle (we can...
Right now it's difficult to know exactly which features are available based on the version of the database/drivers you're using. A lot of projects solve this by adding a note...
The current example relies on the fact that `fetchNext` is declared in the callback of `run`. Users can create a unique callback with something like that: ``` js var fetchNext...
That way we could use the same markdown parser.
We can provide a dockerfile for people to spin up a container that can build RethinkDB (we could add it later in the rethinkdb repo). We could also push a...
Hey guys, so sorry if this is the wrong place, but I suspect there might be a few others with the same thoughts. I absolutely love the new look to...
Right now we need 3 identical copies of each documentation page, which need to be kept in sync. This is really error prone, and I'm sure super annoying for @chipotle....
Currently we use empty parens in Ruby snippets in the docs, a'la: ``` ruby r.table('foo').max() ``` It seems to be common style in Ruby to elide empty parens like: ```...
Got this comment in a recent HN thread: > +1 to using RethinkDB! I'm also using RethinkDB in production, and I love it! The only issue is that you have...
This can happen when you delete with returnChanges = true and expect old_val to have the old data but if two processes are concurrently deleting, one can end with old_val...