|
|
4 年之前 | |
|---|---|---|
| .vscode | 4 年之前 | |
| app | 4 年之前 | |
| bin | 4 年之前 | |
| config | 4 年之前 | |
| db | 4 年之前 | |
| docker | 4 年之前 | |
| documents | 4 年之前 | |
| lib | 4 年之前 | |
| log | 4 年之前 | |
| public | 4 年之前 | |
| storage | 4 年之前 | |
| test | 4 年之前 | |
| tmp | 4 年之前 | |
| vendor | 4 年之前 | |
| .browserslistrc | 4 年之前 | |
| .gitattributes | 4 年之前 | |
| .gitignore | 4 年之前 | |
| .ruby-version | 4 年之前 | |
| DAY-7.md | 4 年之前 | |
| Gemfile | 4 年之前 | |
| Gemfile.lock | 4 年之前 | |
| LICENSE | 5 年之前 | |
| README.md | 4 年之前 | |
| Rakefile | 4 年之前 | |
| babel.config.js | 4 年之前 | |
| config.ru | 4 年之前 | |
| package.json | 4 年之前 | |
| postcss.config.js | 4 年之前 | |
| yarn.lock | 4 年之前 |
This README would normally document whatever steps are necessary to get the application up and running.
Clone code
bundle install
Database creation & initialization

# 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