Closed africanalex closed 8 years ago
Thanks for the report!
I think https://github.com/proglottis/ladder/tree/rails5 will fix this. I would have thought the locked versions of this gem would've been okay. Maybe not though.
this error only happened when running locally on beta mac os
Error when running
bundle exec rake db:setup
fixed by changing active_model_serializer.rb file from
ActiveModel::Serializer.root = false ActiveModel::ArraySerializer.root = false
toActiveModel::Serializer.config.adapter = :flatten_json
source: https://github.com/rails-api/active_model_serializers/issues/673#issuecomment-115820521