request_migrations icon indicating copy to clipboard operation
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!

Results 3 request_migrations issues
Sort by recently updated
recently updated
newest added

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/`.

good first issue

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.