Alex Coomans
Alex Coomans
Here are some reproduction steps with rails 6.1.7, but under Zeitwerk: ```bash rails new testapp --skip-webpack-install --skip-javascript ``` Flip `config.eager_load` to `true` in `config/environments/development.rb`. Then edit `config/initializers/inflections.rb` to have: ```ruby...
@javierjulio We need to propagate a query parameter to all links - something you can do by defining `url_options` in the controller to override [the default](https://github.com/rails/rails/blob/25f8d57100546bad54fbcf2487a34f459e8d2989/actionpack/lib/action_dispatch/routing/url_for.rb#L111-L116).
@mtrmac Appreciate the review - funny enough the day I opened this Microsoft [dropped the usage of foreign layers](https://techcommunity.microsoft.com/t5/containers/announcing-removal-of-foreign-layers-from-windows-container/ba-p/3846833), I'm inclined to just close this out? I can't personally tell...