versioncake
versioncake copied to clipboard
:cake: Version Cake is an unobtrusive way to version APIs in your Rails or Rack apps
@bwillis @aantix I decided I didn't want all of the fancy bells and whistles, and really just wanted a very slimmed down and opinionated version of your fantastic idea. The...
Hello, I have a question regarding fragment caching in the context of an API that uses versioncake. It seems natural that `request_version` is taken into account when computing hash digests...
The README file is a beast and I am considering how to split it up and how to present it. Where to present it: - Github Wiki - Rdocs -...
When developing a feature I have to do manual testing with a different app to ensure things didn't break between the layers. It would make things faster if there were...
Is there a way to set the default version just for one route/controller action? I want to use the latest version available for all api resources except one. For this...