Skip to content

Latest commit

 

History

History

voyage

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Voyage

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.

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