Edouard CHIN
Edouard CHIN
### Motivation / Background The `ActiveSupport::LocalCache::Middleware` clears the local cache after each requests, but when using the `with_local_cache` method, this could be counter intuitive as this method is supposed to...
Decouple `config.asset_host` assignment from rails: - There is two way to set the asset_host in rails: `config.action_controller.asset_host=` and `config.asset_host=` (the latter being usefull to both set action_mailer/action_controller asset_host) - Opening...
Hello, thank you for maintaining this library ❤️ ! I'm opening this PR to propose a new feature: ### Context It's quite common to add extra info to each log...