This is the application implemented for the RailsGirls workshop.
-
Ruby version: See .tool-versions
-
Rails version: See Gemfile
-
System dependencies:
-
With the awesome help of:
-
Database creation:
rails db:migrate -
Database initialization:
rails db:migrate -
How to run the test suite:
bundle exec rails test && bundle exec rails test:system -
How to update gems (to fix security vulnerabilities, for example):
- Use bundler
bundle install --jobs 4 --retry 3
bundle update- Run Tests and make sure they pass ✅
bundle exec rails test
bundle exec rails test:system