Open
Description
Apologies if this doesn't belong here. I couldn't find a mailing list, and this does not seem to fit StackOverflow.
I'm working on a bunch of apps that use AMS 0.8.x
to 0.9.x
. Upgrading to 0.10.x
will break the API endpoints of my apps. How do you recommend we upgrade gracefully? An example: create a fork of AMS with a different namespace (e.g. ActiveModel::SerializersOld
). The v1
API endpoints of the apps will use this forked gem. Then, create v2
endpoints that uses the new ActiveModel::Serializers
0.10.x
gem.