|
|
пре 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 | пре 6 година | |
| 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