A community for yarn art lovers, where crocheters and knitters can share their work, their patterns, thier questions and ideas.
Under establishment.
Contribution to this project will be always welcoming, however right now we need your contribution on ideas more than technical stuff.
2.4.2
- Devise.
...
The used database is PostgreSQL so all you need is to run rails db:migrate in order to create the db.
...
bundle exe rspec
Make a copy of .env.example as docker.env then run docker-compose up
Connect to the app container docker exec -it yart_app_1 /bin/bash then run RAILS_ENV=test bundle exec rspec