Skip to content

Pagehey/rails-templates

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rails-templates

templates for rails applications mostly inspired by lewagon/rails-templates

Devise

Get a minimal rails 5.1+ app ready to be deployed on Heroku with Bootstrap 4, Simple form and debugging gems plus a Devise install with a generated User model. Differences from original template by lewagon :

rails new \
  --database postgresql \
  --webpack \
  -m https://raw.githubusercontent.com/Pagehey/rails-templates/master/devise.rb \
  APP_NAME

With Clever Cloud conf files

rails new \
  --database postgresql \
  --webpack \
  -m https://raw.githubusercontent.com/Pagehey/rails-templates/master/clever_cloud/devise.rb \
  APP_NAME

About

templates for rails applications

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages