Skip to content
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

uninitialized constant GoodData::Metric (NameError) #48

Closed
JakubMatejka opened this issue Apr 3, 2014 · 1 comment
Closed

uninitialized constant GoodData::Metric (NameError) #48

JakubMatejka opened this issue Apr 3, 2014 · 1 comment

Comments

@JakubMatejka
Copy link

I am using version 0.5.16 with Ruby 2.1.1p76. I have this code:

require 'GoodData'

GoodData.connect(username, password)
GoodData.use(pid)

GoodData::Metric[:all]

Last line produces this error:
in <main>': uninitialized constant GoodData::Metric (NameError)

@fluke777
Copy link
Contributor

fluke777 commented Apr 3, 2014

@JakubMatejka Please use pre versions. Release of 0.6.0 stable is coming very soon. The 0.5.16 is not going to be supported going forward. Actually this is feature that was introduced in 0.6.0.pre so we will not backport it.

Please be aware of this bug in pre11 release as we discussed #45

@fluke777 fluke777 closed this as completed Apr 3, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants