Hi,
First of all, thank you for this great gem.
Some of our endpoints are being cached (using Rails.cache) and they failed with Dalli::RingError: No server available upon uninstalling goldiloader.
Checking the log, I saw this:
NameError uninitialized constant Goldiloader
Clearing up the cache brings back the server but I'm curious as to how I can prevent this in the future?