You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We're looking into the performance of our jbuilder view implementation, and it would be nice to configure the cache store to something besides the Rails store (perhaps ActiveSupport::Cache::NullStore), at least temporarily. It looks like ::Rails.cache is hardcoded in a couple places that could be abstracted to use a class parameter, similar to the way ignore_nil is set up.
I can open a PR if there's other interest or value in this.
The text was updated successfully, but these errors were encountered:
We're looking into the performance of our jbuilder view implementation, and it would be nice to configure the cache store to something besides the Rails store (perhaps ActiveSupport::Cache::NullStore), at least temporarily. It looks like
::Rails.cache
is hardcoded in a couple places that could be abstracted to use a class parameter, similar to the way ignore_nil is set up.I can open a PR if there's other interest or value in this.
The text was updated successfully, but these errors were encountered: