rails new --database=postgresql
./bin/rails app:template \
LOCATION=https://raw.githubusercontent.com/dapi/rails_templates/main/default.rbLocal run:
APP=vilna; rm -fr ${APP}; rails new ${APP} --database=postgresql; cd ${APP}; ./bin/rails app:template LOCATION=~/code/rails_templates/default.rbSource: https://evilmartians.com/chronicles/ruby-on-whales-docker-for-ruby-rails-development
rails app:template LOCATION='https://railsbytes.com/script/z5OsoB'