By the way, ActiveModel::Serializers is part of the Rails API project[1], and we'd love some thoughts on how to make it work well with Angular.
1: https://github.com/rails-api/active_model_serializers
ActiveSupport.on_load(:active_model_serializers) do ActiveModel::ArraySerializer.root = false ActiveModel::Serializer.root = false end