Setup, with Terminal/Bash/whatever:
git clone
- One liner:
bundle;rails db:create;rails db:migrate;rails db:seed
bundle
rails db:create
rails db:migrate
rails db:seed
- Query away! Note that instead of
follower_id
, the column isuser_id
.
Calling .count
on the query should return 49.