Rails study application about cable TV.
-
Ruby and Rails versions:
Ruby 2.5.0p0
Rails 5.0.7.2
-
System dependencies
Postgres
Ruby and Rails in versions above
-
Configuration
Runbundle install
Change thedatabase.yml
with your Postgres configs
To create the db and tables, runrails db:create db:migrate
Run the app withrails s
-
How to run the test suite
Runbundle exec rspec spec