jsonapi-rb / jsonapi-rails

Rails gem for fast jsonapi-compliant APIs.
http://jsonapi-rb.org
MIT License
319 stars 63 forks source link

Fix JSON fragments caching. #70

Closed beauby closed 5 years ago

beauby commented 6 years ago

Relies on https://github.com/jsonapi-rb/jsonapi-renderer/pull/29.

consti commented 6 years ago

@beauby looks good. Any plans on merging this into master?

JoeWoodward commented 6 years ago

@beauby looks like you merged the jsonapi-renderer PR. Any chance of merging this too? We're currently relying it, would be awesome to see it getting merged into master.

We love the gem btw. You've built something really impressive. Do you have any planned features or anything that I can help with?

beauby commented 5 years ago

Thanks @JoeWoodward – I have to admit I lost track of what was left to enable fragment caching. As you have used it, did you notice anything missing?