Has iodine, active record migrations, rspec, console.
No env specific configs, there is a settings.sh
inside /config/
.
Make sure you have ruby 2.4.1 as your default then...
$ make bundle
$ make run
$ make migrate
$ make console
$ make test
$ ./bin/gen
This is very much a work in progress, and uses a lot of code from rack-boilerplate.