Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

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.
share|improve this question

closed as not constructive by Will Jun 7 at 14:41

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or specific expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, see the FAQ for guidance.