Ben Hutton
Ben Hutton
Carrierwave support was broken with this commit: https://github.com/bastiaanterhorst/rich/commit/e3125089fcc7cdec8a6e3fb4494df0eea645f0d8#commitcomment-6785246
I haven't run the code myself, but it looks like this should be fixed in master with https://github.com/kreativgebiet/rich/pull/183
Can you give any guidance on best practices for using with Rails 3.2? Which older version is best to use?
any ideas?
@imolorhe the Download CSV button comes from this plugin: https://altairgraphql.dev/docs/plugins/popular-plugins#altair-graphql-plugin-json-to-csv It takes the json, uploads it to a third party service which returns CSV, and then stores that as a...
@imolorhe thanks Altair 7.2.1 fixes the rendering problem. I merged the PR for the plugin... remind me what I need to do beyond that to get the plugin to load....
@imolorhe okay... we haven't been doing that, and I can try to figure that out. BUT, what about running it straight off of github? Shouldn't that be working?
@imolorhe okay thanks. I've got the plugin loaded and can see the queries in the network tab. Unfortunately, things are still failing. I am wondering if the new `queryResults` has...
okay, I've got it fixed! Thanks!