Skip to content

Instantly share code, notes, and snippets.

View noiseunion's full-sized avatar
🚀
make rocket ship go

JD Hendrickson noiseunion

🚀
make rocket ship go
View GitHub Profile
@breckenedge
breckenedge / _partial.jbuilder
Last active August 18, 2020 13:11
Cache warmer for Jbuilder-based JSON views
json.cache! model.cache_key do
json.(model, *%i(id name description created_at super_long_running_helper_method))
json.foo foo # 'bar'
# ...
end