We use Posgres DB Install PG:
sudo apt-get install postgresql-10
bundle install
Command, which may be useful:
rails db:create
rails db:migrate
rails db:seed
It requeres "graphviz". So, before taking it in use, run this:
sudo apt-get install graphviz
Useful commands for annotation of models etc. and routes:
annotata
annotate --routes