Ask A Question

Notifications

You’re not receiving notifications from this thread.

Rails Fragment Caching with Permissions Discussion

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

Reply

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

Reply

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. 🤔

Reply
Join the discussion
Create an account Log in

Want to stay up-to-date with Ruby on Rails?

Join 82,464+ developers who get early access to new tutorials, screencasts, articles, and more.

    We care about the protection of your data. Read our Privacy Policy.