Almighty Couch
Almighty Couch
Hi @Lida, thank you for pointing that out. Basically, RethinkDB has built-in support for [atomic updates](http://www.rethinkdb.com/api/python/update/). You don't have to rely on Ecto's optimistic lock to allow lock-free updates on...
Won't compile with Elixir < 1.2. Maybe you should update your `.travis.yml` to use version 1.2 and 1.3 instead. Also I would test using OPT 18 and 19 instead of...
I've updated `.travis.yml` to work with Elixir 1.3 and both OTP 18 and 19. - RethinkDB is now part of the Travis-CI addons and don't have to be installed manually....
Will write a few tests asap.
I have been working on a adapter for Ecto for a while ([`:rethinkdb_ecto`](https://github.com/almightycouch/rethinkdb_ecto)). Currently it supports most of the Ecto DSL (including basic support for joins), storage and migrations. As...
Hi there, currently, [beta.audiopia.io](http://beta.audiopia.io) is only a DNS `CNAME` record pointing to `origin.meteor.com`. Meteor provides a very simple way to deploy applications to there own server using one single command....