Releases: wesleyskap/vindi-rails-integrations
Releases · wesleyskap/vindi-rails-integrations
v0.2.0
v0.1.0
Added
- Initial release of backend integrations for the Vindi Rails SDK.
- Webhook Generator:
rails generate vindi:webhooktemplate creatingWebhooksControllerwith signature token verify and asynchronous ActiveJob handlerWebhookJob. - ActiveRecord Sync Generator:
rails generate vindi:sync [Model]adding database migration forvindi_customer_idand mixing inVindi::Synchronizableconcern. - Rake Administrative Tasks:
vindi:audittask to reconcile local database against Vindi API.vindi:test_webhooktask simulating webhook event posts locally.
- Test Suite: Integrated Minitest suite verifying generators and sync concern hooks with WebMock.