Étienne Gagnon
Étienne Gagnon
Thanks for the quick return. It's possible indeed I have some odd config, the gem is used on an old project with a complicated history. I'm upgrading from rails 5...
It been a while, but I finally came around to work on the issue, thought I'd give you the update I promised. The problem actually originated from a monkey-patch being...
It seem like `nonce` attributes have been added, is this still an ongoing issue? For unrelated reason I'm currently running an older version, and the monkey-patching presented above didn't cut...
It could be interesting to implement the same syntax as [this REST client for VSCode](https://marketplace.visualstudio.com/items?itemName=humao.rest-client). Retrieving a variable from the dotenv essentially go like this: ``` GET http://127.0.0.1:3000/api/v1/my_endpoint accept: application/json...
You're right about the cables count, it doesn't seem to have any impact and the networking building process is very smooth as far I can see. Taking this into account,...
@gblakeman This PR actually break compatibility with Rails < 5.2, and I'm aware you want to keep as much backwards compatibility as possible. I intend to revisit it to introduce...