This is an example application which uses:
It allows you to learn how to use the Outbox pattern and how it works with Ruby on Rails.
- Install deps and prepare DB
dip infra up
dip provision
- Run Puma server
dip rails s
- Run tests
dip rake db:create db:migrate RAILS_ENV=test
dip rspec