This is an application template for starting Ruby on Rails applications with GOV.UK Frontend packaged and ready to go.
- asset bundling via esbuild
- GOV.UK Components
- GOV.UK Form Builder
- RSpec
- a Dockerfile
- GOV.UK PaaS config
To generate a new application called blog
:
rails new \
--skip-bundle \
--skip-jbuilder \
--skip-test \
--skip-action-text \
--skip-action-mail{er,box} \
-m https://raw.githubusercontent.com/DFE-Digital/rails-template/main/template.rb \
blog