Save 36% for Black Friday! Learn more

New Discussion

Notifications

You’re not receiving notifications from this thread.

Rails Fragment Caching with Permissions Discussion

2
General

Amazing. Thank you for the video. I think the roles would be a really good idea!

Thanks Chris! Need to do this exact thing on an index action and now I know how.

I think simply caching based off of a simple key such as

Rails.cache.fetch("post-#{post.id}-#{post.owner?(current_user)}") do .... end

Would be better as you would only get a max of two fragment caches per post and not need the extra js or bloat the clients browser with unnecessary html. 🤔

Join the discussion
Create an account Log in