Seriously who cares? This is a joint to explore Ruby outside of Rails. Moreover, it's a place to get lean, mean and green.
Datamapper hasn't been in active development for quite some time. Plus, and it's not really my concern but, DM doesn't currently work on Jruby.
Why Not All OF Trailblazer
Mainly because I think policy objects are kinda the death of everything. This, and Cells is completely broken in any every release. ROAR is a great representation layer for JSON quite a few adapters. The frontend for this app will likely use Elm to keep tooling to a minimum.
docker-compose --rm web bundle install
to install required gems.docker-compose --rm web
to start the db and web containersbin/db_create
to create the dev database.bin/db_create test
to create the test databasebin/db_migrate
to migrate the dev database.bin/db_migrate test
to migrate the test database.bin/test
to run the test suite.