Closed ghost closed 11 years ago
It works for me :)
Can you give me more information? Which Genghis version and backend are you running? What OS, OS version, Mongo version, Mongo driver version, etc?
Mac OS X 10.8.4 Mongo 2.4.5
I'm updating genghisapp now, so I no longer have the old version number. Sorry about that.
I have this document: { _id: 0, shard: 0, schemaVersion: 0 }
Collection index is: [ { "v": 1, "key": { "_id": 1 }, "ns": "dbname.users", "name": "id" } ]
Modifying produces the following error in the latest genghisapp 2.3.6: Document '~MA==' not found in 'users'
I am unable to reproduce this. Can you give me more information?
Are you using the Ruby or PHP backend? What Ruby or PHP version are you using? How are you running Genghis? (behind Apache, nginx, standalone, etc).
Ruby backend, installed via gem. Running via "genghisapp" in the terminal
What Ruby version are you running? Is it the system installed Ruby, or something like RVM or rbenv?
ruby 1.8.7 (2012-02-08 patchlevel 358) [universal-darwin12.0] rubygems 2.0.5
That helps. Something's probably not right in Ruby 1.8.x. I was trying in 1.9.x and 2.0. I'll take a look.
This should be fixed in the hotfix/2.3.7
branch. Do you mind checking it out?
Verified the fix in hotfix/2.3.7. Thanks
Great. I'll get that released!
Feel free to close the issue
And it's released. Thanks again for the bug report.
I use documented keyed used ints and genghis is unable to operate correctly in that situation.