Jason Dobry

Results 40 issues of Jason Dobry

Fixes #236 and #237 Unfortunately the breaking changes in CacheFactory 2.0.0 will require that this library be bumped to 5.0.0 Note, several tests are still failing. Possibly because I upgraded...

On both Ubuntu 12.04 and on TravisCI groc fails with the following error: ``` ! Failed to highlight /home/path/to/project/lib/api/applications.js as JavaScript: execvp(): No such file or directory Warning: execvp(): No...

Example: ``` js adapter.findAll(User, { where: { age: { '>': 30 }, status: 'unknown' } }); ``` Let's say there is a secondary index setup on the "status" field. In...

enhancement

``` this works return rethinkdbAdapter.r.table('limits').filter({'user': {'user_id': user_id}}).run(); // this does not return Limit.findAll({where: {'user.user_id': {'==': user_id}}}); // this does not work either return Limit.findAll({'user.user_id': user_id}); ```

bug
ready