Example of usage rom-rb and dry-rb with Rails.
Setup your database and run migrations:
$ rails db:migrate
<= db:migrate executed
Run server:
$ rails s
Open http://localhost:3000 in your browser
Run rspec as usual:
$ rspec
https://qaboardapp.herokuapp.com/
The code is available as open source under the terms of the MIT License.