Swaathi Kakarla
Swaathi Kakarla
I'm facing the same issue. Did you resolve this?
In settings.json, just add this ``` "files.associations": { "*.html.eex": "erb", "*.html.leex": "erb" }, ``` This will consider .eex/.leex files as ERB (Rails) and preserve formatting for ``.
I'm facing the same problem. I did a quick search and this came up, https://www.thoughtworks.com/mingle/docs/configuring_hmac_authentication.html. Apparently Thoughtworks also uses this gem, and they've explained how to get around it without...
I ran into this, and I used `find_by_id` instead of `find`. Hope that helps.
Hey @cobalamin You can always try to retrieve the original ID from the scattered ID. You can see it here, https://github.com/namick/obfuscate_id/blob/master/lib/obfuscate_id.rb#L11. So, Obfuscate_id uses Scatter Swap to randomize the ID's....
Here's my pull request that uses HashID's. Happy to hear any suggestions, but the build passes all tests. https://github.com/namick/obfuscate_id/pull/41