mirror of
https://github.com/ditkrg/active_model_serializers.git
synced 2026-01-25 07:16:49 +00:00
Adding Fragment Cache to AMS
It's an upgrade based on the new Cache implementation #693. It allows to use the Rails conventions to cache specific attributes or associations. It's based on the Cache Composition implementation.
This commit is contained in:
@@ -4,3 +4,5 @@
|
||||
* adds method to override association [adcb99e, @kurko]
|
||||
* adds `has_one` attribute for backwards compatibility [@ggordon]
|
||||
* updates JSON API support to RC3 [@mateomurphy]
|
||||
* adds fragment cache support [@joaomdmoura]
|
||||
* adds cache support to attributes and associations [@joaomdmoura]
|
||||
Reference in New Issue
Block a user