This is a collection of templates for Rails projects.
rails new PROJECT_NAME --css=bootstrap --template https://raw.githubusercontent.com/quintsys/rails-templates/refs/heads/master/default.rbThe default template for Rails projects.
It includes:
htmlbeautifierfor HTML formattingrails_best_practicesfor code qualitysolargraphandsolargraph-railsfor Ruby language server- Authentication with
authentication-zero meta-tagsfor SEO
It runs the generator and database migrations needed for authentication zero, and runs rubocop in autocorrect mode after the project is created.
Finally, it creates a commit with the initial project structure.