Niklas Häusele
Niklas Häusele
I added a commit to change UJS as well. It changes UJS to check for the nonce attribute first, and if absent falls back to the content attribute.
I removed the UJS changes, thank you for the hint! Since `main` now target Rails 8, I could also remove the configuration flag and default to the `nonce` attribute instead....
Thank you for the link/info @zzak! Can we still deprecate this in 7.2, or should we deprecate this in 8.0? There's no `new_framework_defaults_8_1.rb.tt` and corresponding case statement yet, I can...
Thx for pairing @gmcgibbon at RailsWorld! I rebased and applied the suggested change 👍 To recap: This change will not break any behavior now. It would probably be the best,...
You're right, it wouldn't be required in most setups. I adapted the implementation to require `processor_counter` inline. I also added `concurrent-ruby` as a `runtime_dependency` with the same version constraints as...
I think I managed to write an integration test without requiring concurrent-ruby in the main process. Also got most Github Actions to pass, the failures seem unrelated/flaky.
Great, thank you for double checking :)
Yes, I've been able to rebase 👍
Nice! Thank you for finishing this up and the reviews :)