Matthew Millsaps-Brewer
Matthew Millsaps-Brewer
I feel like this is the same scenario, using different methods/interactions, as originally described in issue #12 and resolved in this SHA: 2537511db8abd6f679b1a774ac7051aa284c943e
I'm fighting with this today and realized that our issue stems from receiving the correct JSON from our API, but when we cache that into `UserDefaults` and read from it...
Did you ever find a way around this @rylanb? We're using `acts_as_tenant` and have the same issue. I believe that the block from `CSVBuilder` passed to the `Enumerator` to enable...
I ended up solving this by using a branched version of the [RequestStore](https://github.com/steveklabnik/request_store) library, which how `ActsAsTenant` stores the current tentant during a request. `RequestStore` cleared the thread variables when...
In the `index` and `show` actions you mention, you're rendering a view via arbre in the DSL itself. The actual fetching of the collection or individual resource is handled for...
But this would be a massive breaking change; there isn't a clear DSL change here that would be a graceful addition. As you mention uou can render arbre, either using...
I think the following works today with minimal project-specific setup, but haven't tested this. ```ruby controller do def respond(&block) render html: Arbre::Context.new(&block) end end collection_action :example do respond do h1...
Looks like duplicate of #314 for now. Haven't seen any movement on this project for awhile to indicate it might be resolved anytime soon?
I'm not sure where the fix should be implemented honestly, as I don't really understand the problem. All I know for sure is that there are multiple versions of rails...
Great suggestion @GantMan, would this be something you'd be interested in helping out or taking on? Just curious :)