Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 951 Bytes

README.md

File metadata and controls

24 lines (16 loc) · 951 Bytes

README

This README would normally document whatever steps are necessary to get the application up and running.

Things you may want to cover:

  • Ruby version: 3.2.0

  • System dependencies: bundle install

  • Database creation: rails db:migrate

  • How to run the test suite: rails test

  • Rails commands and general cheat-sheet

→ rails s – start a rails server → rails c – start a rails console → bundle/ bundle install – install all dependencies specified in gems file → rails db:migrate – in its most basic form it just runs the change or up method for
all the migrations that have not yet been run → rails test [filename] – runs all test in a given file → rails test:system – runs all test in test directory under system folder