zzak
zzak
Maybe related to #51927
I don't think providing a hook to monkey-patch is good UX, if we want to make this customize-able it should be done through config.
First time of even hearing of this tag, is it common enough that every Rails application could use it?
I'm not convinced this meets the criteria to be included in Rails, but will defer to other members. Please feel free to post your PR on [discord](https://edgeguides.rubyonrails.org/contributing_to_ruby_on_rails.html#get-some-feedback) if you don't...
> Is there any guidance about what kind of tags are expected to have view helpers? I would guess that new view helpers are not added often, the most recent...
There is also rails/buildkite-config#110 to update the CI matrix
I'm not sure the path forward on this atm, so closing.
I don't have any specific feedback about the code, but one thought I had was that introducing a new method like this would be interesting if it could be used...
For parallel tests, I think you can store the destination dir in [IsolatedExecutionState](https://github.com/rails/rails/blob/main/activesupport/lib/active_support/isolated_execution_state.rb) which is a per-thread or per-fiber storage.
What is the intended outcome of generating a plugin with the same name? I'm not sure `duplicate_plugin` is a good name, maybe `force` is more general/common in this scenario? We...