Github镜像

Jeremy Zheng 77bba59c38 :pencil: add git pr flow 4 vuotta sitten
.vscode 303630cf7e :tada: create empty project 4 vuotta sitten
app fca75b6e9c :heavy_plus_sign: add pundit 4 vuotta sitten
bin 303630cf7e :tada: create empty project 4 vuotta sitten
config 174bf6181d :heavy_plus_sign: add devise support 4 vuotta sitten
db 174bf6181d :heavy_plus_sign: add devise support 4 vuotta sitten
docker 7c723fe3d4 :pencil: merge docker usage 4 vuotta sitten
documents 77bba59c38 :pencil: add git pr flow 4 vuotta sitten
lib 303630cf7e :tada: create empty project 4 vuotta sitten
log 303630cf7e :tada: create empty project 4 vuotta sitten
public 303630cf7e :tada: create empty project 4 vuotta sitten
storage 303630cf7e :tada: create empty project 4 vuotta sitten
test 174bf6181d :heavy_plus_sign: add devise support 4 vuotta sitten
tmp 303630cf7e :tada: create empty project 4 vuotta sitten
vendor 303630cf7e :tada: create empty project 4 vuotta sitten
.browserslistrc 303630cf7e :tada: create empty project 4 vuotta sitten
.gitattributes 303630cf7e :tada: create empty project 4 vuotta sitten
.gitignore 303630cf7e :tada: create empty project 4 vuotta sitten
.ruby-version 303630cf7e :tada: create empty project 4 vuotta sitten
Gemfile fca75b6e9c :heavy_plus_sign: add pundit 4 vuotta sitten
Gemfile.lock fca75b6e9c :heavy_plus_sign: add pundit 4 vuotta sitten
LICENSE 7ce3cd2090 Initial commit 5 vuotta sitten
README.md 72067145c4 :pencil: add postgresql document 4 vuotta sitten
Rakefile 303630cf7e :tada: create empty project 4 vuotta sitten
babel.config.js 303630cf7e :tada: create empty project 4 vuotta sitten
config.ru 303630cf7e :tada: create empty project 4 vuotta sitten
package.json 303630cf7e :tada: create empty project 4 vuotta sitten
postcss.config.js 303630cf7e :tada: create empty project 4 vuotta sitten
yarn.lock 303630cf7e :tada: create empty project 4 vuotta sitten

README.md

README

This README would normally document whatever steps are necessary to get the application up and running.

  • Clone code

    git clone

  • System dependencies

    # install gem dependencies
    bundle install
    
  • Rails commands

    # generate rails model
    rails generate model Item --no-fixture --no-test-framework
    # generate rails migration
    rails generate migration AddHiToUsers
    
  • How to run the test suite

  • Services (job queues, cache servers, search engines, etc.)

  • Deployment instructions

Documents