RailsCasts Pro episodes are now free!

Learn more or hide this

Ben's Profile

GitHub User: bwillis

Comments by Ben

Avatar

RABL works well with versioncake and it allows you to avoid duplicating your controller logic-it's mentioned in the related library section: https://github.com/nesquena/rabl#related-libraries

https://github.com/bwillis/versioncake

Avatar

We forked this railscast project and re-implemented it using the versioncake gem. Any comments would be appreciated!

https://github.com/bwillis/350-rest-api-versioning

Avatar

We are working with a similar approach. I agree that ideally we should focus on payload changes. Check out the versioncake gem: https://github.com/bwillis/versioncake