Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 303 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 303 Bytes

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