[02:54:39] <kexmex> 2015-01-24T02:52:05.878+0000 [conn155314] Failed to authenticate mms-automation@admin with mechanism MONGODB-CR: AuthenticationFailed UserNotFound Could not find user mms-automation@admin
[14:45:56] <majkrzak> How can i disable TCP socket on mngo?
[14:48:58] <ilteris> hi guys, I have this dataset https://gist.github.com/ilteris/41b6244b6674199d7462 which I need to store in my mongo db. I have two challenges. 1. You will see some some records are "to open" some of them are "to close" I need to match and store them in groups, does mongo provide such thing? 2. I need to check duplicate entries when entering the db, what would be the best way to go in your opinion? I hope this is a good
[14:48:58] <ilteris> place to ask these questions.
[15:30:12] <majkrzak> Is there any way in pymongo to change this line `insert({'val':val.__getstate__()})`
[15:40:21] <hems> Any recommendations of fast / cheap / reliable ( k i know, sounds like a poor startup dream ) hosted/managed mongodb ?
[18:04:19] <xcesariox> can someone help me out with mongoid:config ? Could not find generator 'mongoid:config'. Maybe you meant 'migration' or 'controller' or 'generator'
[19:46:00] <morenoh149> anyone have experience with the nodejs driver? http://stackoverflow.com/questions/28121668/cursor-has-no-method-next?noredirect=1#comment44621608_28121668
[20:05:28] <dimon222__> well its true, no such method
[21:43:07] <Desuvader> So can someone confirm if this is supposed to work: https://gist.github.com/Desuvader/abf338eb252fa0cbd06a
[22:09:07] <krisfremen> make sure to use double quotes, not single quotes
[22:10:56] <joannac> Desuvader: that's the exact opposite of that I would expect. What you claim does work will get you into trouble as soon as your documents get complex
[22:28:53] <Desuvader> joannac: My documents will not get very complex. That is the only nested field.
[22:30:17] <Desuvader> krisfremen: Double quotes doesn't work for me :(
[22:54:20] <joannac> Desuvader: you never answered my question. what does "doesn't work" mean?
[23:01:01] <Desuvader> joannac: It is not returning any documents when I use the 'something.deep' notation in a $or query
[23:10:26] <joannac> Desuvader: pastebin both with a findOne()
[23:10:51] <joannac> I just tried it and both work
[23:13:32] <Desuvader> I found the problem. Seems like it is a problem with mongoose