This is a template for building new rails 5 applications with my defaults. It uses haml, bourbon, neat, font-awesome, rspec (instead of MiniTest) and generates a basic site structure.
- haml
- rspec
- factory_bot
- capistrano
- Turbolinks
- stimulus
- jquery 3
- rails-ujs
- bourbon
- bootstrap 4
Forego Foreman written in go.
$ cat Procfile
web: bin/web start -p $PORT
worker: bin/worker queue=FOO
$ forego start
web | listening on port 5000
worker | listening to queue FOO