Closed
Description
Hi All,
I am working on a largish rails codebase which uses 0.9.x for all the json serialisation. I want to start using the jsonapi style adapter either along side or as a engine or something so that I do not have to change all the 0.9.x code directly to 0.10.x. However I am at a loss as to how to get them to play nice together. As I have heaps of legacy stuff dependent on 0.9.x and want to slowly move stuff over to 0.10.x is there any way to be able to do this without having to do it all at once.
I saw a question/issue similar to this a while ago however I have not been able to find it again.
Also, thank you all for your great work.