r22cky / rails_generator

A rails app generator with custom settings

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

rails_generator

A rails app generator with custom settings

Devise

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

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

About

A rails app generator with custom settings