#
resource-serializer
Here are 4 public repositories matching this topic...
makes creating API responses in Rails easy and fun
-
Updated
Jul 2, 2020 - Ruby
Simple, Fast, and Declarative Serialization Library for Ruby
-
Updated
Jul 6, 2020 - Ruby
Adds RDF serialization, like n-triples, json-ld or turtle, to Ruby on Rails active model serializers
-
Updated
Jul 9, 2020 - Ruby
Improve this page
Add a description, image, and links to the resource-serializer topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the resource-serializer topic, visit your repo's landing page and select "manage topics."
Before upgrading from 0.10.5 to 0.10.10 this line worked without any errors
Now it produces an error
undefined method 'model_name' for Hash:Class.Adding a
rootparameter (for example..., serializer: SomeCustomSerializer, root: ''fixes the issue.BUT from the doc