Top "Active-model-serializers" questions

objects.

Changing Active Model Serializers Default Adapter

If I want to switch from the default attributes adapter to the json api adapter, where would I do this? …

ruby-on-rails ruby json ruby-on-rails-4 active-model-serializers
Eager load associations with Active Model Serializers

Background I have a rails application with deeply nested associations. .-< WorkPeriod Timecard -< Week -< Day …

ruby-on-rails performance associations eager-loading active-model-serializers