-
Notifications
You must be signed in to change notification settings - Fork 163
Unable to modify/delete documents when _id is not an ObjectId #126
Comments
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 I'm updating genghisapp now, so I no longer have the old version number. Sorry about that. |
I have this document: Collection index is: Modifying produces the following error in the latest genghisapp 2.3.6: |
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. |
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] |
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 |
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.
The text was updated successfully, but these errors were encountered: