I want to Introduce API versioning for my existing rails app. I tried using versionist gem but faced problems with making my existing tests pass and integrating with devise routes. I am looking for an alternative gem. Which gem do you guys suggest for API versioning?
Things I am looking for in the gem
- Minimal changes to make all my existing test pass.
- Should be easy to integrate with Devise.
- Testing of different versions of API should be easy.