Test CachedSerializer#fragment_cached?

This commit is contained in:
Benjamin Fleischer
2016-02-09 22:22:55 -06:00
parent 4974295ee0
commit 2789cc5221
2 changed files with 84 additions and 0 deletions

View File

@@ -7,6 +7,8 @@ Features:
relationship-level links and meta attributes. (@beauby)
- [#1340](https://github.com/rails-api/active_model_serializers/pull/1340) Add support for resource-level meta. (@beauby)
Fixes:
- [#1477](https://github.com/rails-api/active_model_serializers/pull/1477) Fix `fragment_cached?`
method to check if caching (@bdmac)
- [#1501](https://github.com/rails-api/active_model_serializers/pull/1501) Adds tests for SerializableResource::use_adapter?,doc typos (@domitian)
- [#1488](https://github.com/rails-api/active_model_serializers/pull/1488) Require ActiveSupport's string inflections (@nate00)
Misc: