项目作者: chimney-rock

项目描述 :
Rails GraphQL API template for "micro"-services.
高级语言: Ruby
项目地址: git://github.com/chimney-rock/rails-api-template.git
创建时间: 2019-04-29T23:01:19Z
项目社区:https://github.com/chimney-rock/rails-api-template

开源协议:

下载


Rails API Template

A common mistake that people make when trying to design something completely foolproof is to underestimate the ingenuity of complete fools.

Douglas Adams - The Hitchhiker’s Guide to the Galaxy

Table of contents

Introduction

This is a very opinionated Rails 5.2+ API template that includes the following gems:

Usage

New Rails project

  1. rails new PROJECT_NAME \
  2. -m https://raw.githubusercontent.com/chimney-rock/rails-api-template/master/template.rb \
  3. -d postgresql \
  4. --skip-webpack-install \
  5. --skip-action-cable \
  6. --skip-sprockets \
  7. --skip-javascript \
  8. --skip-turbolinks \
  9. --skip-test \
  10. --api