Github镜像

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

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