Use ActiveSupport::Cache.expand_cache_key for cache key expansions (#1878)

* Use ActiveSupport::Cache.expand_cache_key for cache key expansions
This commit is contained in:
Mark Abramov
2016-08-14 00:59:36 +03:00
committed by Benjamin Fleischer
parent 6de3f31b6e
commit 5f3bdcc87c
3 changed files with 45 additions and 1 deletions

View File

@@ -15,6 +15,8 @@ Fixes:
Misc:
- [#1878](https://github.com/rails-api/active_model_serializers/pull/1878) Cache key generation for serializers now uses `ActiveSupport::Cache.expand_cache_key` instead of `Array#join` by default and is also overridable. This change should be backward-compatible. (@markiz)
### [v0.10.2 (2016-07-05)](https://github.com/rails-api/active_model_serializers/compare/v0.10.1...v0.10.2)
Fixes: