Sarah Harvey

Results 9 comments of Sarah Harvey

Yes, it should all be already in the project. I just moved some files around so that they are served via the controller instead of being inline JS.

(fwiw I tested this using my own project so I can verify that this causes the CSP errors to go away... I haven't really tested require.js since I don't use...

Sure! Let me know when you're likely going to be able to get CI in a nice place and I can rebase and retest.

Fantastic! I'll do that today! (sorry been swamped with other unrelated work).

Hrm it looks like something is rewriting all the routes in the test to add /relative in front of it. I imagine this is to test something, but seems to...

(Any hints on where to look? I tried adding binding.pry to the erbs and those seem to be generating properly, but I couldn't figure out where in the stack frame...

never mind, fixed it. `javascript_include_tag` assumed that it was an asset and so added the relative path accordingly.

The failures are a little baffling to me, and I'm trying to repro it locally. This might take the weekend for me to figure out.