Github镜像

Jeremy Zheng db1815c3e1 :pencil: add day-7 4 年之前
.vscode 303630cf7e :tada: create empty project 4 年之前
app c350ca8e6e :heavy_plus_sign: add i18n support 4 年之前
bin 303630cf7e :tada: create empty project 4 年之前
config 174bf6181d :heavy_plus_sign: add devise support 4 年之前
db 174bf6181d :heavy_plus_sign: add devise support 4 年之前
docker 7c723fe3d4 :pencil: merge docker usage 4 年之前
documents b600bd1b11 :heavy_plus_sign: add third gem 4 年之前
lib 303630cf7e :tada: create empty project 4 年之前
log 303630cf7e :tada: create empty project 4 年之前
public 303630cf7e :tada: create empty project 4 年之前
storage 303630cf7e :tada: create empty project 4 年之前
test 174bf6181d :heavy_plus_sign: add devise support 4 年之前
tmp 303630cf7e :tada: create empty project 4 年之前
vendor 303630cf7e :tada: create empty project 4 年之前
.browserslistrc 303630cf7e :tada: create empty project 4 年之前
.gitattributes 303630cf7e :tada: create empty project 4 年之前
.gitignore 303630cf7e :tada: create empty project 4 年之前
.ruby-version 303630cf7e :tada: create empty project 4 年之前
DAY-7.md db1815c3e1 :pencil: add day-7 4 年之前
Gemfile c350ca8e6e :heavy_plus_sign: add i18n support 4 年之前
Gemfile.lock 1e4781fc9e :arrow_up: upgrade gems 4 年之前
LICENSE 7ce3cd2090 Initial commit 5 年之前
README.md db1815c3e1 :pencil: add day-7 4 年之前
Rakefile 303630cf7e :tada: create empty project 4 年之前
babel.config.js 303630cf7e :tada: create empty project 4 年之前
config.ru 303630cf7e :tada: create empty project 4 年之前
package.json 303630cf7e :tada: create empty project 4 年之前
postcss.config.js 303630cf7e :tada: create empty project 4 年之前
yarn.lock 303630cf7e :tada: create empty project 4 年之前

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

    bundle install
    
  • Database creation & initialization create database

    # Migrate the database to latest
    rake db:migrate    
    # Rolls the schema back to the previous version
    rake db:rollback
    # Loads the seed data
    rake db:seed
    
  • Create a model & migration

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

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

  • Deployment instructions

Documents