eliflores / railsgirls

Home Page:https://railsiando.herokuapp.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

README

CI codecov

This is the application implemented for the RailsGirls workshop.

  • Ruby version: 2.7.2

  • Rails version: 6.1.0

  • 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):

bundle install --jobs 4 --retry 3 
bundle update
  • Run Tests and make sure they pass
bundle exec rails test
bundle exec rails test:system

About

https://railsiando.herokuapp.com/


Languages

Language:Ruby 65.8%Language:HTML 28.0%Language:SCSS 3.7%Language:JavaScript 1.6%Language:CoffeeScript 0.8%Language:Procfile 0.1%