1

I noticed that the latest commit to Racer's Mongo DB driver has to do with casting Racer's ids to Mongo ObjectIDs, any idea how to get that to work?

Dinana
  • 300
  • 3
  • 14

1 Answers1

1

This driver is for Racer 0.3. Current version is 0.5. A lot of things have been changed: Share.js added, LiveDB, Redis, etc. You should use this driver now: https://github.com/share/livedb-mongo

Vladimir Makhaev
  • 1,104
  • 2
  • 10
  • 23
  • Thanks for pointing that out, there's no reference to objectIds whatsoever in this one, seems it is not possible, thanks anyways. – Dinana Dec 01 '13 at 05:30