Fernando Espinosa
Fernando Espinosa
I'm experiencing a similar issue. In an ember app, I'm trying to cache the only ajax request being made using a service worker. This is the code in the service...
Yeah, actually this is a known issue, but I didn't have time to fix it. The problem is that the ruby client uses both the SQL API (v2) and the...
Sorry tailic, I missed your message. It's a problem with the ruby client, the SQL API is pretty fine :)
Sorry! Now it should be fixed. Please, confirm me it's working for you now to close this ticket.
This should be an issue with your project Gemfile, because cartoDB ruby client mime-types requirement supports version >= 1.16. https://github.com/Vizzuality/cartodb-rb-client/blob/master/cartodb-rb-client.gemspec#L27 Have you tried running a bundle update mime-types ?
Sorry Andrea, this feature depends on a cartodb update which has to be deployed. That's why we haven't published a new version of the gem yet. Anyway, if you want...
Hey James, thanks for this report. Indeed, the ruby client can't handle cartodb column named with ruby reserved words. I've just pushed a patch with a workaround to this issue:...