Jiri Hradil

Results 6 comments of Jiri Hradil

@airblade I can confirm that your patch works fine, thank you! Rails 6.0.4.1, mail 2.7.1.

OmniAuth.config.test_mode = false #works for me too. Thanks guys!

Sorry, don't get it. Yes, I can delete JS in the source code which causes the problem but then the captcha will stop working, won't it? :) I tried it...

I "improved that part" by implementing captcha v3 manually because I found the current code over-complicated. Here is how to do that: https://dev.to/morinoko/adding-recaptcha-v3-to-a-rails-app-without-a-gem-46jj The code from the link (which is...

I can confirm that when running rails test on Apple M1 Max (16-inch 2021, Rails 6.0, Ruby 2.6.8) we got this error as well: ``` objc[3982]: +[__NSCFConstantString initialize] may have...

+1. As a quick fix/workaround and to serve something for a CDN, you can create all those files with empty content, for example: `/lazy.commerceui-react.price-history.js` ```javascript // Hello Edge :) ```