Starts off with a bunch of defaults for faster screencast setup.
Tested Rails Version
gem 'rails', '~> 6.0.0
Tested Ruby Versions
ruby '2.6.3'
When creating a new rails app simply pass the template file through.
$ rails new myapp -d <postgresql, mysql, sqlite> -m template.rb