Skip to content

Latest commit

 

History

History
35 lines (28 loc) · 560 Bytes

README.md

File metadata and controls

35 lines (28 loc) · 560 Bytes

Rack App Starter

Has iodine, active record migrations, rspec, console.

Config

No env specific configs, there is a settings.sh inside /config/.

Getting started

Make sure you have ruby 2.4.1 as your default then...

$ make bundle
$ make run

Running Migrations

$ make migrate

Running Console

$ make console

Running Tests

$ make test

Generators

$ ./bin/gen

Details

This is very much a work in progress, and uses a lot of code from rack-boilerplate.