Skip to content

RailsQuest/rails-templates

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 

Repository files navigation

RailsQuest Rails Templates

This is a collection of templates for Rails projects.

Usage

Direct from GitHub (recommended)

rails new PROJECT_NAME --template https://raw.githubusercontent.com/RailsQuest/rails-templates/refs/heads/master/default.rb

Clone and use locally

git clone https://github.com/RailsQuest/rails-templates.git
cd rails-templates
rails new PROJECT_NAME --template default.rb

Recommended rails new command for Rails 8

Just use the Rails defaults! 😎

rails new PROJECT_NAME --template https://raw.githubusercontent.com/RailsQuest/rails-templates/refs/heads/master/default.rb

Recommended rails new command for pre-Rails 8

I recommend using propshaft since it's the new default asset pipeline in Rails 8. That's it! 😎

rails new PROJECT_NAME --asset-pipeline propshaft --template https://raw.githubusercontent.com/RailsQuest/rails-templates/refs/heads/master/default.rb

Templates

default.rb

The default template for Rails projects.

It includes:

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages