vanity
vanity copied to clipboard
Vanity works with garb 0.8.x or below (not above)
Garb is on version 0.9.x. but Vanity only runs on garb 0.8.x.
The google metric file breaks when it tries to call Grab::Resource.
Hm, thanks for the report. Looks related to https://github.com/assaf/vanity/issues/151
It is, sorry. GA integration is broken on vanity due to Garb for two reasons:
- Garb 0.9.x discontinued Garb:Resource so only 0.8.x works
- google changed the API and Garb 0.8.5 is broken - need to support the most recent version
So, AFAIK, vanity just needs to support 0.9.x
Feel free to mark this one as duplicate and close it. Thanks!
@gamafranco can you post your google metric file?
Oh, nevermind, https://github.com/assaf/vanity/blob/master/lib/vanity/metric/google_analytics.rb#L66 seems to be the issue.
Yes, that's it. Sorry for not being more clear.