Glitch-Shrike/app
James Tucker 833d9c2f1c
Improve performance by avoiding method cache busts (#19957)
Switch to monkey-patching http.rb rather than a runtime extend of each
response, so as to avoid busting the global method cache. A guard is
included that will provide developer feedback in development and test
environments should the monkey patch ever collide.
2022-11-08 04:00:27 +01:00
..
chewy
controllers
helpers
javascript Fix opening the language picker scrolling the single-column view to the top (#19983) 2022-11-08 03:52:52 +01:00
lib Improve performance by avoiding method cache busts (#19957) 2022-11-08 04:00:27 +01:00
mailers
models
policies
presenters
serializers
services
validators
views Add password autocomplete hints (#20071) 2022-11-08 03:53:06 +01:00
workers