-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
undefined method `stringify_keys' for #<RbVmomi::VIM:0x000000049c3278> #26
Comments
You mention controller. Are you using this in rails? I'm having a similar issue. It looks like active record has been injected into the call stack. Did you find a fix for your issues?
|
If you're using rails look at http://fog.io |
Doesn't fog use this library under the hood? On Fri, Nov 30, 2012 at 2:20 PM, Nick Huanca [email protected]:
|
Yes but it makes it much easier to work with depending on what you're doing
|
FYI, vmware/rbvmomi is the official repo now - I don't work for VMware anymore. I have no idea how ActiveRecord got itself called here. |
sometime in same code i get this and sometime not)
controller:
vms = dc.vmFolder.childEntity[0].children
or
datastore.vm.each do |vm|
like this.
what can it be?
The text was updated successfully, but these errors were encountered: