Skip to content

Latest commit

 

History

History
67 lines (42 loc) · 1.32 KB

README.md

File metadata and controls

67 lines (42 loc) · 1.32 KB

Things

To do things should always be finished so, this is an app to keep a track of them and maybe return to them later, sometime in the near or far feature.

Setup

Dependencies

yarn
bundle install

Database creation

...

Database initialization

...

Load migrations

rails db:schema:load

Tests

Unitary and functional

To run unitary and functional tests do:

rails test

System tests

To run system tests do:

rails test:system

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

...

Deployment instructions

...

Ruby version

check .ruby-version file.

Some documentation