ActiveRecord Boilerplate

This is a starting point for the Activerecord Basics lecture using sqlite. During the lecture, you need to:

  • Clone The project
  • Run bundle install
  • Explain rake -T
  • Explain config/database.yml
  • Run rake db:create / rake db:drop
  • Create and run 2 migrations