we created a database, with a rails application, using the ActiveRecord gem.
After cloning the repository, make sure to do :
$ cd TheHackingPinterest
$ cd TheHackingPinterest
$ bundle install
$ rails db:migrate
$ rails db:seed
This will install all the dependencies needed for the exercises and create the database.
in this project we use :
source "https://rubygems.org"
rails '5.2.1'
gem 'faker'
you can find all the gems in the Gemfile in this directory :
BlogTHP/Blog/Gemfile
Done with @zOmegad, @BrokenPirate, @mxrch, @Runefire32, and myself @OwwllMan
It's an exercise from the TheHackingProject bootcamp.