request_migrations
request_migrations copied to clipboard
Write request and response migrations for Stripe-like versioning of your Ruby on Rails API. Make breaking changes without breaking things!
close #1
Some examples: - `rails g request_migrations:install` to set up an initializer config and maybe a `BaseMigration` under `app/migrations/`. - `rails g request_migrations:migration` to scaffold new migrations under `app/migrations/`.
Thanks for the gem! I was wondering whether it would make sense to include the ability to programatically generate a changelog based on the request migration descriptions.