8000 GitHub - Pagehey/rails-templates: templates for rails applications
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
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 :

  • yarn add Bootstrap@4.2.1
  • gem 'slim-rails'
  • gem 'devise-i18n'
  • default_locale = :fr
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

0