Haroon Ahmed

Results 21 comments of Haroon Ahmed

+1 @michael-lang - this is exactly the issue I am facing with .net, I am also looking at a way to igonore hidden fields

There is not a lot to go on from this issue but if you are using api mode and getting a CSRF issue, in the ApplicationController you may need to...

The tests look unrelated, will see if I can take a look but let me know if there is anything else needed for this 🙂 EDIT: actually, I committed a...

@kytrinyx can you point me along the right direction in fixing this? Looks like all we need to do is check if the response has base64 inside the encoding then...

@Saleh-Salem could you add a script or link a repo that reproduces this issue please?

@rwilliams3088 if you can provide/link to a sample app that reproduces this issue that will help a lot.

@conradwt thanks for reporting the issue, if you run `bin/rails s` do you get the same error? I have had this same issue a number of times, usually when I'm...

@hassanrbh could you provide more information about the issue you are facing? Ideally a repo that shows the problem... there is not enough to go by to comment on what's...

Actually... I still need to look into something. The change in this PR adds chrome: ``` # Chrome && touch /etc/default/google-chrome \ && curl -sS https://dl.google.com/linux/linux_signing_key.pub | APT_KEY_DONT_WARN_ON_DANGEROUS_USAGE=1 apt-key add...

ActionView and ActionCable both use karma to run the tests, I removed this line `selenium/standalone-chrome:latest` and the tests still completed successfully. If there is another place that runs tests on...