Skip to content

This is a collection of templates for Rails projects.

License

Notifications You must be signed in to change notification settings

quintsys/rails-templates

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

QuintSys Rails Templates

This is a collection of templates for Rails projects.

Usage

rails new PROJECT_NAME --css=bootstrap --template https://raw.githubusercontent.com/quintsys/rails-templates/refs/heads/master/default.rb

Templates

default.rb

The default template for Rails projects.

It includes:

  • htmlbeautifier for HTML formatting
  • rails_best_practices for code quality
  • solargraph and solargraph-rails for Ruby language server
  • Authentication with authentication-zero
  • meta-tags for 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.

About

This is a collection of templates for Rails projects.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages