Skip to content

Latest commit

 

History

History

quest

Quest

These are example applications that use:

It allows you to learn how to use the Outbox pattern and how it works with Ruby on Rails.

Development

  1. Install deps and prepare DB
dip infra up
dip provision
  1. Run Puma server
dip rails s
  1. Run tests
dip rake db:create db:migrate RAILS_ENV=test
dip rspec