gtm19 / rails-templates

Jump start your Rails development with Le Wagon best practices

Home Page:https://www.lewagon.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Rails Templates

Quickly generate a rails app with the default Wagon configuration using Rails Templates.

Minimal

Get a minimal rails app ready to be deployed on Heroku with Bootstrap, Simple form and debugging gems.

rails new \
  --database postgresql \
  --webpack \
  -m https://raw.githubusercontent.com/gtm19/rails-templates/master/minimal.rb \
  CHANGE_THIS_TO_YOUR_RAILS_APP_NAME

Devise

Same as minimal plus a Devise install with a generated User model.

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

Docker

There are _docker.rb templates included too. Click the link to read about how to use them with rails-docker.

About

Jump start your Rails development with Le Wagon best practices

https://www.lewagon.com

License:MIT License


Languages

Language:Ruby 100.0%