Add Rails >= 5.0.beta3 JSON API params parsing (#1751)

This reverts commit 6288203277.
This commit is contained in:
Ben Mills
2016-05-26 11:19:23 -06:00
parent 6288203277
commit 9cffc10208
6 changed files with 213 additions and 46 deletions

View File

@@ -9,6 +9,7 @@ Features:
Fixes:
- [#1710](https://github.com/rails-api/active_model_serializers/pull/1710) Prevent association loading when `include_data` option
is set to `false`. (@groyoh)
- [#1747](https://github.com/rails-api/active_model_serializers/pull/1747) Improve jsonapi mime type registration for Rails 5 (@remear)
Misc:
- [#1734](https://github.com/rails-api/active_model_serializers/pull/1734) Adds documentation for conditional attribute (@lambda2)