What it does: It add (opinionated) required gem, integrate inertia and other andd required integration for those gem. In the future I might support more customization.
- Asset Pipeline - Vite (installed with inertia rails)
- Add prompt to install sidekiq
- Add prompt to install shrine
- Add rspec
- Add simplecov
NOTE: This is experimental rails template with inertiajs. Use at your own risk.
- Clone and run rails new
git clone git@github.com:noxasch/rails-template.git
rails new <APP_NAME> --skip-action-text --skip-active-storage --skip-hotwire --skip-jbuilder --skip-system-test --skip-bootsnap --skip-active-storage -TJA -d postgresql -m=~/PATH/TO/TEMPLATE/rails-template/template.rb- Make sure database.yml is configured properly
- Run
bin/devand see if you see inertia rails default page